Fix typo
authorPeter Eisentraut <peter_e@gmx.net>
Mon, 16 Apr 2012 12:36:40 +0000 (15:36 +0300)
committerPeter Eisentraut <peter_e@gmx.net>
Mon, 16 Apr 2012 12:36:40 +0000 (15:36 +0300)
Kyotaro HORIGUCHI

src/backend/access/transam/xlog.c

index 0c301b20b464b270ba9bc438c5e66639effe0e89..8d0aabff109e28d1294c77f19c37c724b661e82c 100644 (file)
@@ -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);