Skip to content

Commit 1509abe

Browse files
committed
Remove remaining mentions of UNSAFE_STAT_OK
The last use was removed by bed9075. Discussion: https://www.postgresql.org/message-id/flat/01229f9a-b358-d71e-31ae-4c0855d73cbc%40enterprisedb.com
1 parent 92fce4e commit 1509abe

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

src/interfaces/libpq/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ NAME= pq
2222
SO_MAJOR_VERSION= 5
2323
SO_MINOR_VERSION= $(MAJORVERSION)
2424

25-
override CPPFLAGS := -DFRONTEND -DUNSAFE_STAT_OK -I$(srcdir) $(CPPFLAGS) -I$(top_builddir)/src/port -I$(top_srcdir)/src/port
25+
override CPPFLAGS := -DFRONTEND -I$(srcdir) $(CPPFLAGS) -I$(top_builddir)/src/port -I$(top_srcdir)/src/port
2626
ifneq ($(PORTNAME), win32)
2727
override CFLAGS += $(PTHREAD_CFLAGS)
2828
endif

src/tools/msvc/Mkvcbuild.pm

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -266,7 +266,6 @@ sub mkvcbuild
266266
$libpq = $solution->AddProject('libpq', 'dll', 'interfaces',
267267
'src/interfaces/libpq');
268268
$libpq->AddDefine('FRONTEND');
269-
$libpq->AddDefine('UNSAFE_STAT_OK');
270269
$libpq->AddIncludeDir('src/port');
271270
$libpq->AddLibrary('secur32.lib');
272271
$libpq->AddLibrary('ws2_32.lib');

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy