Commit a33fcd7e authored by Peter Eisentraut's avatar Peter Eisentraut

Fix typo

Kyotaro HORIGUCHI
parent 49440fff
......@@ -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);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment