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

Commit1509abe

Browse files
committed
Remove remaining mentions of UNSAFE_STAT_OK
The last use was removed bybed9075.Discussion:https://www.postgresql.org/message-id/flat/01229f9a-b358-d71e-31ae-4c0855d73cbc%40enterprisedb.com
1 parent92fce4e commit1509abe

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-
overrideCPPFLAGS := -DFRONTEND -DUNSAFE_STAT_OK -I$(srcdir)$(CPPFLAGS) -I$(top_builddir)/src/port -I$(top_srcdir)/src/port
25+
overrideCPPFLAGS := -DFRONTEND -I$(srcdir)$(CPPFLAGS) -I$(top_builddir)/src/port -I$(top_srcdir)/src/port
2626
ifneq ($(PORTNAME), win32)
2727
overrideCFLAGS +=$(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)

[8]ページ先頭

©2009-2025 Movatter.jp