mirror of
https://github.com/postgres/postgres.git
synced 2026-02-23 09:52:14 -05:00
Mark ReplicationSlotCtl as PGDLLIMPORT.
Also MyReplicationSlot, in branches where it wasn't already.
This was discussed in the thread that resulted in c572599c6, but
for some reason nobody pulled the trigger. Now that we have another
request for the same thing, we should just do it.
Craig Ringer
Discussion: https://postgr.es/m/CAMsr+YFTsq-86MnsNng=mPvjjh5EAbzfMK0ptJPvzyvpFARuRg@mail.gmail.com
Discussion: https://postgr.es/m/345138875.20190611151943@cybertec.at
This commit is contained in:
parent
0f2b234263
commit
945ae92c8a
1 changed files with 1 additions and 1 deletions
|
|
@ -156,7 +156,7 @@ typedef struct ReplicationSlotCtlData
|
|||
/*
|
||||
* Pointers to shared memory
|
||||
*/
|
||||
extern ReplicationSlotCtlData *ReplicationSlotCtl;
|
||||
extern PGDLLIMPORT ReplicationSlotCtlData *ReplicationSlotCtl;
|
||||
extern PGDLLIMPORT ReplicationSlot *MyReplicationSlot;
|
||||
|
||||
/* GUCs */
|
||||
|
|
|
|||
Loading…
Reference in a new issue