1
0
mirror of https://github.com/postgres/postgres.git synced 2025-06-25 01:02:05 +03:00

Misc comment typo fixes.

Backpatch the applicable parts, just to make backpatching future patches
easier.
This commit is contained in:
Heikki Linnakangas
2014-12-16 16:34:56 +02:00
parent da9f6a78ef
commit 4d65e16a6f
3 changed files with 6 additions and 6 deletions

View File

@ -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
*

View File

@ -939,7 +939,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())