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

Appearance settings

Commit a25221f

Browse filesBrowse files
committed
Remove mingwcompat.c
We believe that the issues that this was working around have been fixed 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 parent b64b857 commit a25221f
Copy full SHA for a25221f

File tree

Expand file treeCollapse file tree

2 files changed

+1
-85
lines changed
Filter options
Expand file treeCollapse file tree

2 files changed

+1
-85
lines changed

‎src/backend/port/win32/Makefile

Copy file name to clipboardExpand all lines: src/backend/port/win32/Makefile
+1-1Lines 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

Copy file name to clipboardExpand all lines: src/backend/port/win32/mingwcompat.c
-84Lines changed: 0 additions & 84 deletions
This file was deleted.

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.