mirror of
https://github.com/postgres/postgres.git
synced 2026-03-01 21:01:12 -05:00
Misc comment typo fixes.
Backpatch the applicable parts, just to make backpatching future patches easier.
This commit is contained in:
parent
8ca336f4ac
commit
ce864d3276
2 changed files with 2 additions and 2 deletions
|
|
@ -1,7 +1,7 @@
|
|||
/*-------------------------------------------------------------------------
|
||||
*
|
||||
* binaryheap.c
|
||||
* A simple binary heap implementaion
|
||||
* A simple binary heap implementation
|
||||
*
|
||||
* Portions Copyright (c) 2012-2014, PostgreSQL Global Development Group
|
||||
*
|
||||
|
|
|
|||
|
|
@ -938,7 +938,7 @@ StartLogicalReplication(StartReplicationCmd *cmd)
|
|||
|
||||
/*
|
||||
* Force a disconnect, so that the decoding code doesn't need to care
|
||||
* about a eventual switch from running in recovery, to running in a
|
||||
* about an eventual switch from running in recovery, to running in a
|
||||
* normal environment. Client code is expected to handle reconnects.
|
||||
*/
|
||||
if (am_cascading_walsender && !RecoveryInProgress())
|
||||
|
|
|
|||
Loading…
Reference in a new issue