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

Commit3dd0792

Browse files
committed
Blind attempt at fixing Win32 issue on24c5f1a
As best as I can tell, MyReplicationSlot needs to be PGDLLIMPORT inorder for the new test_slot_timelines test module to compile.Per buildfarm
1 parentcee31f5 commit3dd0792

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎src/include/replication/slot.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,7 @@ typedef struct ReplicationSlotCtlData
144144
* Pointers to shared memory
145145
*/
146146
externReplicationSlotCtlData*ReplicationSlotCtl;
147-
externReplicationSlot*MyReplicationSlot;
147+
externPGDLLIMPORTReplicationSlot*MyReplicationSlot;
148148

149149
/* GUCs */
150150
externPGDLLIMPORTintmax_replication_slots;

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp