Skip to content

Commit 3dd0792

Browse files
committed
Blind attempt at fixing Win32 issue on 24c5f1a
As best as I can tell, MyReplicationSlot needs to be PGDLLIMPORT in order for the new test_slot_timelines test module to compile. Per buildfarm
1 parent cee31f5 commit 3dd0792

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
extern ReplicationSlotCtlData *ReplicationSlotCtl;
147-
extern ReplicationSlot *MyReplicationSlot;
147+
extern PGDLLIMPORT ReplicationSlot *MyReplicationSlot;
148148

149149
/* GUCs */
150150
extern PGDLLIMPORT int max_replication_slots;

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