From: Tom Lane Date: Thu, 13 Jun 2019 14:53:17 +0000 (-0400) Subject: Mark ReplicationSlotCtl as PGDLLIMPORT. X-Git-Tag: REL_10_9~11 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=945ae92c8a5ef929778e2e25ebf4ee1909c54954;p=thirdparty%2Fpostgresql.git 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 --- diff --git a/src/include/replication/slot.h b/src/include/replication/slot.h index 0c442330b22..c3b7cc8d622 100644 --- a/src/include/replication/slot.h +++ b/src/include/replication/slot.h @@ -156,7 +156,7 @@ typedef struct ReplicationSlotCtlData /* * Pointers to shared memory */ -extern ReplicationSlotCtlData *ReplicationSlotCtl; +extern PGDLLIMPORT ReplicationSlotCtlData *ReplicationSlotCtl; extern PGDLLIMPORT ReplicationSlot *MyReplicationSlot; /* GUCs */