Skip to content

Commit d309acf

Browse files
committed
Typo fixes. receivedUpto should be capitalized consistently.
1 parent 2c20ba1 commit d309acf

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

src/backend/replication/README

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,10 +45,10 @@ to fetch more WAL (if streaming replication is configured).
4545
Walreceiver is a postmaster subprocess, so the startup process can't fork it
4646
directly. Instead, it sends a signal to postmaster, asking postmaster to launch
4747
it. Before that, however, startup process fills in WalRcvData->conninfo,
48-
and initializes the starting point in WalRcvData->receivedUpTo.
48+
and initializes the starting point in WalRcvData->receivedUpto.
4949

5050
As walreceiver receives WAL from the master server, and writes and flushes
51-
it to disk (in pg_xlog), it updates WalRcvData->receivedUpTo. Startup process
51+
it to disk (in pg_xlog), it updates WalRcvData->receivedUpto. Startup process
5252
polls that to know how far it can proceed with WAL replay.
5353

5454
Walsender IPC

src/backend/replication/walreceiver.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
* in the primary server), and then keeps receiving XLOG records and
1313
* writing them to the disk as long as the connection is alive. As XLOG
1414
* records are received and flushed to disk, it updates the
15-
* WalRcv->receivedUpTo variable in shared memory, to inform the startup
15+
* WalRcv->receivedUpto variable in shared memory, to inform the startup
1616
* process of how far it can proceed with XLOG replay.
1717
*
1818
* Normal termination is by SIGTERM, which instructs the walreceiver to

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy