summaryrefslogtreecommitdiff
path: root/src/backend/access/transam/xlog.c
diff options
context:
space:
mode:
authorAlvaro Herrera <alvherre@alvh.no-ip.org>2022-03-29 15:36:21 +0200
committerAlvaro Herrera <alvherre@alvh.no-ip.org>2022-03-29 15:36:21 +0200
commita54ed2de80ec844e578e26f93ab008c814f56090 (patch)
tree23549b03344f1c14b0b4d40e9f89871a626e68fb /src/backend/access/transam/xlog.c
parent78ebfd885be563191d659d7a4ae230e199792e3f (diff)
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.c6
1 files changed, 0 insertions, 6 deletions
diff --git a/src/backend/access/transam/xlog.c b/src/backend/access/transam/xlog.c
index 5ac45e612e3..d1c8e7d60bd 100644
--- a/src/backend/access/transam/xlog.c
+++ b/src/backend/access/transam/xlog.c
@@ -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",