Blind attempt at fixing Win32 issue on 24c5f1a103c
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
This commit is contained in:
parent
cee31f5fee
commit
3dd0792ae0
@ -144,7 +144,7 @@ typedef struct ReplicationSlotCtlData
|
||||
* Pointers to shared memory
|
||||
*/
|
||||
extern ReplicationSlotCtlData *ReplicationSlotCtl;
|
||||
extern ReplicationSlot *MyReplicationSlot;
|
||||
extern PGDLLIMPORT ReplicationSlot *MyReplicationSlot;
|
||||
|
||||
/* GUCs */
|
||||
extern PGDLLIMPORT int max_replication_slots;
|
||||
|
Loading…
x
Reference in New Issue
Block a user