Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit 3c8f8f6

Browse files
committed
Mark ReplicationSlotCtl as PGDLLIMPORT.
Also MyReplicationSlot, in branches where it wasn't already. This was discussed in the thread that resulted in c572599, 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
1 parent b976845 commit 3c8f8f6

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
@@ -169,7 +169,7 @@ typedef struct ReplicationSlotCtlData
169169
/*
170170
* Pointers to shared memory
171171
*/
172-
extern ReplicationSlotCtlData *ReplicationSlotCtl;
172+
extern PGDLLIMPORT ReplicationSlotCtlData *ReplicationSlotCtl;
173173
extern PGDLLIMPORT ReplicationSlot *MyReplicationSlot;
174174

175175
/* GUCs */

0 commit comments

Comments
 (0)