mirror of
https://github.com/postgres/postgres.git
synced 2025-08-21 10:42:50 +03:00
because InRedo was cleared before recovery_end_command was executed. Also, always take ControlFileLock when reading checkpoint location for %r. That didn't matter before, but in 8.4 bgwriter is active during recovery and can modify the control file concurrently.