mirror of
https://github.com/postgres/postgres.git
synced 2025-07-28 23:42:10 +03:00
Blind attempt at fixing Win32 issue on 24c5f1a103
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:
@ -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;
|
||||
|
Reference in New Issue
Block a user