File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
src/backend/access/transam Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -6354,10 +6354,10 @@ StartupXLOG(void)
6354
6354
CheckRequiredParameterValues ();
6355
6355
6356
6356
/*
6357
- * We're in recovery, so unlogged relations relations may be trashed
6358
- * and must be reset. This should be done BEFORE allowing Hot Standby
6359
- * connections, so that read-only backends don't try to read whatever
6360
- * garbage is left over from before.
6357
+ * We're in recovery, so unlogged relations may be trashed and must be
6358
+ * reset. This should be done BEFORE allowing Hot Standby connections,
6359
+ * so that read-only backends don't try to read whatever garbage is
6360
+ * left over from before.
6361
6361
*/
6362
6362
ResetUnloggedRelations (UNLOGGED_RELATION_CLEANUP );
6363
6363
You can’t perform that action at this time.
0 commit comments