Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commita25221f

Browse files
committed
Remove mingwcompat.c
We believe that the issues that this was working around have beenfixed in MinGW more than 5 years ago, so this isn't necessary anymore.Discussion:https://www.postgresql.org/message-id/flat/20190719050830.GK1859%40paquier.xyz
1 parentb64b857 commita25221f

File tree

2 files changed

+1
-85
lines changed

2 files changed

+1
-85
lines changed

‎src/backend/port/win32/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ subdir = src/backend/port/win32
1212
top_builddir = ../../../..
1313
include$(top_builddir)/src/Makefile.global
1414

15-
OBJS = timer.o socket.o signal.o mingwcompat.o
15+
OBJS = timer.o socket.o signal.o
1616
ifeq ($(have_win32_dbghelp), yes)
1717
OBJS += crashdump.o
1818
endif

‎src/backend/port/win32/mingwcompat.c

Lines changed: 0 additions & 84 deletions
This file was deleted.

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp