mirror of
https://github.com/postgres/postgres.git
synced 2025-06-27 23:21:58 +03:00
Revert "Fix replay of create database records on standby"
This reverts commit 49d9cfc68b
. The approach taken by this patch has
problems, so we'll come up with a radically different fix.
Discussion: https://postgr.es/m/CA+TgmoYcUPL+WOJL2ZzhH=zmrhj0iOQ=iCFM0SuYqBbqZEamEg@mail.gmail.com
This commit is contained in:
@ -8107,12 +8107,6 @@ CheckRecoveryConsistency(void)
|
||||
*/
|
||||
XLogCheckInvalidPages();
|
||||
|
||||
/*
|
||||
* Check if the XLOG sequence contained any unresolved references to
|
||||
* missing directories.
|
||||
*/
|
||||
XLogCheckMissingDirs();
|
||||
|
||||
reachedConsistency = true;
|
||||
ereport(LOG,
|
||||
(errmsg("consistent recovery state reached at %X/%X",
|
||||
|
Reference in New Issue
Block a user