From 7385619f14eca67b7dccf950c4865f90cce035a0 Mon Sep 17 00:00:00 2001 From: "Marc G. Fournier" Date: Wed, 6 Nov 1996 08:21:43 +0000 Subject: Clean it up so that it compiles --- src/backend/commands/purge.c | 22 ++++++++++------------ 1 file changed, 10 insertions(+), 12 deletions(-) (limited to 'src/backend/commands/purge.c') diff --git a/src/backend/commands/purge.c b/src/backend/commands/purge.c index 7b29dbc8522..df43e601bac 100644 --- a/src/backend/commands/purge.c +++ b/src/backend/commands/purge.c @@ -7,7 +7,7 @@ * * * IDENTIFICATION - * $Header: /cvsroot/pgsql/src/backend/commands/Attic/purge.c,v 1.2 1996/11/03 23:57:35 scrappy Exp $ + * $Header: /cvsroot/pgsql/src/backend/commands/Attic/purge.c,v 1.3 1996/11/06 08:21:36 scrappy Exp $ * * Note: * XXX There are many instances of int32 instead of ...Time. These @@ -15,18 +15,16 @@ * *------------------------------------------------------------------------- */ -#include "postgres.h" +#include -#include "access/heapam.h" -#include "access/xact.h" -#include "utils/tqual.h" /* for NowTimeQual */ -#include "catalog/catname.h" -#include "catalog/indexing.h" -#include "fmgr.h" -#include "utils/palloc.h" - -#include "commands/purge.h" -#include "utils/builtins.h" /* for isreltime() */ +#include +#include +#include /* for NowTimeQual */ +#include +#include +#include +#include +#include /* for isreltime() */ static char cmdname[] = "RelationPurge"; -- cgit v1.2.3