Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitd309acf

Browse files
committed
Typo fixes. receivedUpto should be capitalized consistently.
1 parent2c20ba1 commitd309acf

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)

[8]ページ先頭

©2009-2025 Movatter.jp