We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see ourdocumentation.
There was an error while loading.Please reload this page.
1 parent49440ff commita33fcd7Copy full SHA for a33fcd7
src/backend/access/transam/xlog.c
@@ -6354,10 +6354,10 @@ StartupXLOG(void)
6354
CheckRequiredParameterValues();
6355
6356
/*
6357
- * We're in recovery, so unlogged relationsrelationsmay be trashed
6358
- *and must bereset. This should be done BEFORE allowing Hot Standby
6359
- *connections,so that read-only backends don't try to read whatever
6360
- *garbage isleft 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.
6361
*/
6362
ResetUnloggedRelations(UNLOGGED_RELATION_CLEANUP);
6363