We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8ca336f commit ce864d3Copy full SHA for ce864d3
src/backend/lib/binaryheap.c
@@ -1,7 +1,7 @@
1
/*-------------------------------------------------------------------------
2
*
3
* binaryheap.c
4
- * A simple binary heap implementaion
+ * A simple binary heap implementation
5
6
* Portions Copyright (c) 2012-2014, PostgreSQL Global Development Group
7
src/backend/replication/walsender.c
@@ -938,7 +938,7 @@ StartLogicalReplication(StartReplicationCmd *cmd)
938
939
/*
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
+ * about an eventual switch from running in recovery, to running in a
942
* normal environment. Client code is expected to handle reconnects.
943
*/
944
if (am_cascading_walsender && !RecoveryInProgress())
0 commit comments