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

Commitf5e7b2f

Browse files
committed
Mark wal_level as PGDLLIMPORT.
Per buildfarm, this is needed to allow extensions to use XLogIsNeeded()in Windows builds.
1 parentabaffa9 commitf5e7b2f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

‎src/include/access/xlog.h

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,8 @@ typedef enum WalLevel
124124
WAL_LEVEL_REPLICA,
125125
WAL_LEVEL_LOGICAL
126126
}WalLevel;
127-
externintwal_level;
127+
128+
externPGDLLIMPORTintwal_level;
128129

129130
/* Is WAL archiving enabled (always or only while server is running normally)? */
130131
#defineXLogArchivingActive() \

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp