aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/include/replication/slot.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/include/replication/slot.h b/src/include/replication/slot.h
index 78cff07abf8..9b51de24643 100644
--- a/src/include/replication/slot.h
+++ b/src/include/replication/slot.h
@@ -140,8 +140,8 @@ typedef struct ReplicationSlotCtlData
/*
* Pointers to shared memory
*/
-extern ReplicationSlotCtlData *ReplicationSlotCtl;
-extern ReplicationSlot *MyReplicationSlot;
+extern PGDLLIMPORT ReplicationSlotCtlData *ReplicationSlotCtl;
+extern PGDLLIMPORT ReplicationSlot *MyReplicationSlot;
/* GUCs */
extern PGDLLIMPORT int max_replication_slots;