aboutsummaryrefslogtreecommitdiff
path: root/src/backend/access/transam/xlog.c
diff options
context:
space:
mode:
authorAndres Freund <andres@anarazel.de>2018-10-31 07:50:32 -0700
committerAndres Freund <andres@anarazel.de>2018-10-31 07:50:32 -0700
commitc4ab62f9acc0389697042cb642aa74beabdc8cc7 (patch)
treec8671af557233c6b5b45eec879cf6e573c42a15b /src/backend/access/transam/xlog.c
parent10bfda06176739faedf909c9aba9823cdd21165d (diff)
downloadpostgresql-c4ab62f9acc0389697042cb642aa74beabdc8cc7.tar.gz
postgresql-c4ab62f9acc0389697042cb642aa74beabdc8cc7.zip
Fix typo in xlog.c.
Author: Daniel Gustafsson Discussion: https://postgr.es/m/A6817958-949E-4A5B-895D-FA421B6640C2@yesql.se
Diffstat (limited to 'src/backend/access/transam/xlog.c')
-rw-r--r--src/backend/access/transam/xlog.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/backend/access/transam/xlog.c b/src/backend/access/transam/xlog.c
index 62fc418893c..246869bba29 100644
--- a/src/backend/access/transam/xlog.c
+++ b/src/backend/access/transam/xlog.c
@@ -5579,7 +5579,7 @@ readRecoveryCommandFile(void)
}
/*
- * Override any inconsistent requests. Not that this is a change of
+ * Override any inconsistent requests. Note that this is a change of
* behaviour in 9.5; prior to this we simply ignored a request to pause if
* hot_standby = off, which was surprising behaviour.
*/