aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/backend/replication/logical/origin.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/backend/replication/logical/origin.c b/src/backend/replication/logical/origin.c
index 6f96ce7255e..ca90e9ea376 100644
--- a/src/backend/replication/logical/origin.c
+++ b/src/backend/replication/logical/origin.c
@@ -120,9 +120,9 @@ typedef struct ReplicationState
XLogRecPtr local_lsn;
/*
- * Slot is setup in backend?
+ * PID of backend that's acquired slot, or 0 if none.
*/
- pid_t acquired_by;
+ int acquired_by;
/*
* Lock protecting remote_lsn and local_lsn.