From 81c8c244b26011a071c89b43a38bba7039226019 Mon Sep 17 00:00:00 2001 From: "Vadim B. Mikheev" Date: Thu, 30 Nov 2000 08:46:26 +0000 Subject: No more #ifdef XLOG. --- src/backend/access/transam/xlogutils.c | 5 ----- 1 file changed, 5 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 ab085875b5e..acd19da263c 100644 --- a/src/backend/access/transam/xlogutils.c +++ b/src/backend/access/transam/xlogutils.c @@ -10,9 +10,6 @@ */ #include "postgres.h" - -#ifdef XLOG - #include "access/xlog.h" #include "access/transam.h" #include "access/xact.h" @@ -397,5 +394,3 @@ XLogOpenRelation(bool redo, RmgrId rmid, RelFileNode rnode) return(&(res->reldata)); } - -#endif -- cgit v1.2.3