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

Commit46050a3

Browse files
committed
Timezone code checks for HAVE_SYMLINK of zero, so use in pgtz.h:
#ifndef HAVE_SYMLINK#define HAVE_SYMLINK 0#endif
1 parent8270028 commit46050a3

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

‎src/timezone/pgtz.h

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
#include"postgres.h"
22

3+
#ifndefHAVE_SYMLINK
4+
#defineHAVE_SYMLINK 0
5+
#endif
6+
37
#defineNOID
48
#defineTZDIR pgwin32_TZDIR()
59

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp