mirror of
https://github.com/postgres/postgres.git
synced 2025-11-10 17:42:29 +03:00
Typo fixes. receivedUpto should be capitalized consistently.
This commit is contained in:
@@ -12,7 +12,7 @@
|
||||
* in the primary server), and then keeps receiving XLOG records and
|
||||
* writing them to the disk as long as the connection is alive. As XLOG
|
||||
* records are received and flushed to disk, it updates the
|
||||
* WalRcv->receivedUpTo variable in shared memory, to inform the startup
|
||||
* WalRcv->receivedUpto variable in shared memory, to inform the startup
|
||||
* process of how far it can proceed with XLOG replay.
|
||||
*
|
||||
* Normal termination is by SIGTERM, which instructs the walreceiver to
|
||||
|
||||
Reference in New Issue
Block a user