mirror of
https://github.com/postgres/postgres.git
synced 2025-11-15 03:41:20 +03:00
Fix timing of Startup CLOG and MultiXact during Hot Standby
Patch by me, bug report by Chris Redekop, analysis by Florian Pflug
This commit is contained in:
@@ -1567,7 +1567,7 @@ StartupMultiXact(void)
|
||||
|
||||
/*
|
||||
* Zero out the remainder of the current members page. See notes in
|
||||
* StartupCLOG() for motivation.
|
||||
* TrimCLOG() for motivation.
|
||||
*/
|
||||
entryno = MXOffsetToMemberEntry(offset);
|
||||
if (entryno != 0)
|
||||
|
||||
Reference in New Issue
Block a user