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:
Alvaro Herrera 2016-03-30 23:06:34 -03:00
parent cee31f5fee
commit 3dd0792ae0

View file

@ -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;