From adc943b4e1fe26c3085e81c65f5b185c7ff0611a Mon Sep 17 00:00:00 2001 From: Alvaro Herrera Date: Tue, 29 Mar 2022 15:36:21 +0200 Subject: Revert "Fix replay of create database records on standby" This reverts commit 49d9cfc68bf4. 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 --- src/backend/access/transam/xlog.c | 6 ------ 1 file changed, 6 deletions(-) (limited to 'src/backend/access/transam/xlog.c') diff --git a/src/backend/access/transam/xlog.c b/src/backend/access/transam/xlog.c index 83f605bc974..d889d69387e 100644 --- a/src/backend/access/transam/xlog.c +++ b/src/backend/access/transam/xlog.c @@ -8255,12 +8255,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", -- cgit v1.2.3