Skip to content

Commit ce864d3

Browse files
committed
Misc comment typo fixes.
Backpatch the applicable parts, just to make backpatching future patches easier.
1 parent 8ca336f commit ce864d3

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/backend/lib/binaryheap.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/*-------------------------------------------------------------------------
22
*
33
* binaryheap.c
4-
* A simple binary heap implementaion
4+
* A simple binary heap implementation
55
*
66
* Portions Copyright (c) 2012-2014, PostgreSQL Global Development Group
77
*

src/backend/replication/walsender.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -938,7 +938,7 @@ StartLogicalReplication(StartReplicationCmd *cmd)
938938

939939
/*
940940
* 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
942942
* normal environment. Client code is expected to handle reconnects.
943943
*/
944944
if (am_cascading_walsender && !RecoveryInProgress())

0 commit comments

Comments
 (0)