From 4c8495a1f2ae7a027a4b3e8fdb2aa5b21a5be1fc Mon Sep 17 00:00:00 2001 From: Tom Lane Date: Mon, 6 Jun 2005 17:01:25 +0000 Subject: Remove the mostly-stubbed-out-anyway support routines for WAL UNDO. That code is never going to be used in the foreseeable future, and where it's more than a stub it's making the redo routines harder to read. --- src/backend/access/transam/xlogutils.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/backend/access/transam/xlogutils.c') diff --git a/src/backend/access/transam/xlogutils.c b/src/backend/access/transam/xlogutils.c index 72833a755f7..55caf84a04d 100644 --- a/src/backend/access/transam/xlogutils.c +++ b/src/backend/access/transam/xlogutils.c @@ -11,7 +11,7 @@ * Portions Copyright (c) 1996-2005, PostgreSQL Global Development Group * Portions Copyright (c) 1994, Regents of the University of California * - * $PostgreSQL: pgsql/src/backend/access/transam/xlogutils.c,v 1.37 2005/05/29 04:23:03 tgl Exp $ + * $PostgreSQL: pgsql/src/backend/access/transam/xlogutils.c,v 1.38 2005/06/06 17:01:23 tgl Exp $ * *------------------------------------------------------------------------- */ @@ -186,7 +186,7 @@ XLogCloseRelationCache(void) * Open a relation during XLOG replay */ Relation -XLogOpenRelation(bool redo, RmgrId rmid, RelFileNode rnode) +XLogOpenRelation(RelFileNode rnode) { XLogRelDesc *res; XLogRelCacheEntry *hentry; -- cgit v1.2.3