mirror of
https://github.com/postgres/postgres.git
synced 2025-09-06 13:46:51 +03:00
CheckRequiredParameterValues() should perform the checks if archive recovery was requested, even if we are going to perform crash recovery first. Reported by Kyotaro HORIGUCHI. Backpatch to 9.2, like the crash-then-archive recovery mode.