We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cee31f5 commit 3dd0792Copy full SHA for 3dd0792
src/include/replication/slot.h
@@ -144,7 +144,7 @@ typedef struct ReplicationSlotCtlData
144
* Pointers to shared memory
145
*/
146
extern ReplicationSlotCtlData *ReplicationSlotCtl;
147
-extern ReplicationSlot *MyReplicationSlot;
+extern PGDLLIMPORT ReplicationSlot *MyReplicationSlot;
148
149
/* GUCs */
150
extern PGDLLIMPORT int max_replication_slots;
0 commit comments