File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 1
1
/*-------------------------------------------------------------------------
2
2
*
3
3
* binaryheap.c
4
- * A simple binary heap implementaion
4
+ * A simple binary heap implementation
5
5
*
6
6
* Portions Copyright (c) 2012-2014, PostgreSQL Global Development Group
7
7
*
Original file line number Diff line number Diff line change @@ -938,7 +938,7 @@ StartLogicalReplication(StartReplicationCmd *cmd)
938
938
939
939
/*
940
940
* Force a disconnect, so that the decoding code doesn't need to care
941
- * about a eventual switch from running in recovery, to running in a
941
+ * about an eventual switch from running in recovery, to running in a
942
942
* normal environment. Client code is expected to handle reconnects.
943
943
*/
944
944
if (am_cascading_walsender && !RecoveryInProgress ())
You can’t perform that action at this time.
0 commit comments