summaryrefslogtreecommitdiff
path: root/src/include/replication
diff options
context:
space:
mode:
authorPeter Eisentraut <peter@eisentraut.org>2020-06-07 15:06:51 +0200
committerPeter Eisentraut <peter@eisentraut.org>2020-06-07 15:06:51 +0200
commit0fd2a79a637f9f96b9830524823df0454e962f96 (patch)
tree06595b1aa97d595ada3621cc0d01896269dfaa21 /src/include/replication
parenta02b8bdd9878ae1d1ead87aabb673d60432500ea (diff)
downloadpostgresql-0fd2a79a637f9f96b9830524823df0454e962f96.tar.gz
Spelling adjustments
Diffstat (limited to 'src/include/replication')
-rw-r--r--src/include/replication/slot.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/include/replication/slot.h b/src/include/replication/slot.h
index e7649d4723..917876010e 100644
--- a/src/include/replication/slot.h
+++ b/src/include/replication/slot.h
@@ -142,7 +142,7 @@ typedef struct ReplicationSlot
/* is somebody performing io on this slot? */
LWLock io_in_progress_lock;
- /* Condition variable signalled when active_pid changes */
+ /* Condition variable signaled when active_pid changes */
ConditionVariable active_cv;
/* all the remaining data is only used for logical slots */