aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorPeter Eisentraut <peter_e@gmx.net>2012-04-16 15:36:40 +0300
committerPeter Eisentraut <peter_e@gmx.net>2012-04-16 15:36:40 +0300
commita33fcd7e79d7e1544030160de177aee847bb7648 (patch)
treec751dd592654737895bbc61a8a29d79f67a6551e /src
parent49440fff08590cf1a764ab4b4c5342cd9e445991 (diff)
downloadpostgresql-a33fcd7e79d7e1544030160de177aee847bb7648.tar.gz
postgresql-a33fcd7e79d7e1544030160de177aee847bb7648.zip
Fix typo
Kyotaro HORIGUCHI
Diffstat (limited to 'src')
-rw-r--r--src/backend/access/transam/xlog.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/backend/access/transam/xlog.c b/src/backend/access/transam/xlog.c
index 0c301b20b46..8d0aabff109 100644
--- a/src/backend/access/transam/xlog.c
+++ b/src/backend/access/transam/xlog.c
@@ -6354,10 +6354,10 @@ StartupXLOG(void)
CheckRequiredParameterValues();
/*
- * We're in recovery, so unlogged relations relations may be trashed
- * and must be reset. This should be done BEFORE allowing Hot Standby
- * connections, so that read-only backends don't try to read whatever
- * garbage is left over from before.
+ * We're in recovery, so unlogged relations may be trashed and must be
+ * reset. This should be done BEFORE allowing Hot Standby connections,
+ * so that read-only backends don't try to read whatever garbage is
+ * left over from before.
*/
ResetUnloggedRelations(UNLOGGED_RELATION_CLEANUP);