summaryrefslogtreecommitdiff
path: root/src/backend/access/transam/xlogrecovery.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/backend/access/transam/xlogrecovery.c')
-rw-r--r--src/backend/access/transam/xlogrecovery.c6
1 files changed, 0 insertions, 6 deletions
diff --git a/src/backend/access/transam/xlogrecovery.c b/src/backend/access/transam/xlogrecovery.c
index 8b22c4e634f..8d2395dae25 100644
--- a/src/backend/access/transam/xlogrecovery.c
+++ b/src/backend/access/transam/xlogrecovery.c
@@ -2047,12 +2047,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",