From 9a8aeb23a19ee6833480d4c12719d9fd26ad8571 Mon Sep 17 00:00:00 2001 From: "Marc G. Fournier" Date: Mon, 2 Aug 1999 05:25:27 +0000 Subject: Another 'mega-commit' of back-patches ... - integrating the #include file cleanup that Bruce recently did - got the CPU change to adt/Makefile - changing DOUBLEALIGN -> MAXALIGN --- src/backend/utils/cache/temprel.c | 12 ++---------- 1 file changed, 2 insertions(+), 10 deletions(-) (limited to 'src/backend/utils/cache/temprel.c') diff --git a/src/backend/utils/cache/temprel.c b/src/backend/utils/cache/temprel.c index 6635ac2bd49..55f432e41b5 100644 --- a/src/backend/utils/cache/temprel.c +++ b/src/backend/utils/cache/temprel.c @@ -7,7 +7,7 @@ * * * IDENTIFICATION - * $Header: /cvsroot/pgsql/src/backend/utils/cache/Attic/temprel.c,v 1.6 1999/07/03 15:43:57 momjian Exp $ + * $Header: /cvsroot/pgsql/src/backend/utils/cache/Attic/temprel.c,v 1.6.2.1 1999/08/02 05:25:01 scrappy Exp $ * *------------------------------------------------------------------------- */ @@ -22,20 +22,12 @@ */ #include -#include -#include #include "postgres.h" -#include "miscadmin.h" -#include "nodes/pg_list.h" -#include "utils/mcxt.h" -#include "utils/temprel.h" -#include "access/xact.h" -#include "access/htup.h" #include "access/heapam.h" #include "catalog/heap.h" #include "catalog/index.h" -#include "catalog/pg_class.h" +#include "utils/temprel.h" GlobalMemory CacheCxt; -- cgit v1.2.3