aboutsummaryrefslogtreecommitdiff
path: root/src/backend/replication/walreceiver.c
diff options
context:
space:
mode:
authorRobert Haas <rhaas@postgresql.org>2011-02-11 11:55:12 -0500
committerRobert Haas <rhaas@postgresql.org>2011-02-11 11:55:12 -0500
commitd309acf201ab2c5bbd1f6a5d51e4a8060eb6a63c (patch)
tree72abe15d18423f94a49c41f35337214582ed5b1f /src/backend/replication/walreceiver.c
parent2c20ba1fd284423e4652f2f6855d257339245e97 (diff)
downloadpostgresql-d309acf201ab2c5bbd1f6a5d51e4a8060eb6a63c.tar.gz
postgresql-d309acf201ab2c5bbd1f6a5d51e4a8060eb6a63c.zip
Typo fixes. receivedUpto should be capitalized consistently.
Diffstat (limited to 'src/backend/replication/walreceiver.c')
-rw-r--r--src/backend/replication/walreceiver.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/backend/replication/walreceiver.c b/src/backend/replication/walreceiver.c
index 30e35dbd28a..3277da8fc33 100644
--- a/src/backend/replication/walreceiver.c
+++ b/src/backend/replication/walreceiver.c
@@ -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