diff options
author | Alvaro Herrera <alvherre@alvh.no-ip.org> | 2022-03-29 15:36:21 +0200 |
---|---|---|
committer | Alvaro Herrera <alvherre@alvh.no-ip.org> | 2022-03-29 15:36:21 +0200 |
commit | adc943b4e1fe26c3085e81c65f5b185c7ff0611a (patch) | |
tree | 063de12e034caf8622094bfc8f565f2a7e405b37 /src/backend/access/transam/xlog.c | |
parent | 6b262f353ef710704a9388d32924b8c10c7e6eaa (diff) | |
download | postgresql-adc943b4e1fe26c3085e81c65f5b185c7ff0611a.tar.gz postgresql-adc943b4e1fe26c3085e81c65f5b185c7ff0611a.zip |
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
Diffstat (limited to 'src/backend/access/transam/xlog.c')
-rw-r--r-- | src/backend/access/transam/xlog.c | 6 |
1 files changed, 0 insertions, 6 deletions
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", |