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/gist/gist.c | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) (limited to 'src/backend/access/gist/gist.c') diff --git a/src/backend/access/gist/gist.c b/src/backend/access/gist/gist.c index ce1b067d52..7b30aa72a9 100644 --- a/src/backend/access/gist/gist.c +++ b/src/backend/access/gist/gist.c @@ -6,7 +6,7 @@ * * * IDENTIFICATION - * $Header: /cvsroot/pgsql/src/backend/access/gist/gist.c,v 1.66 2000/11/21 21:15:53 petere Exp $ + * $Header: /cvsroot/pgsql/src/backend/access/gist/gist.c,v 1.67 2000/11/30 08:46:20 vadim Exp $ * *------------------------------------------------------------------------- */ @@ -23,9 +23,7 @@ #include "miscadmin.h" #include "utils/syscache.h" -#ifdef XLOG #include "access/xlogutils.h" -#endif /* non-export function prototypes */ static InsertIndexResult gistdoinsert(Relation r, IndexTuple itup, @@ -1348,7 +1346,6 @@ int_range_out(INTRANGE *r) #endif /* defined GISTDEBUG */ -#ifdef XLOG void gist_redo(XLogRecPtr lsn, XLogRecord *record) { @@ -1365,4 +1362,3 @@ void gist_desc(char *buf, uint8 xl_info, char* rec) { } -#endif -- cgit v1.2.1