From 73b0300b2a9c170f67f5202f5003be10b529e0f5 Mon Sep 17 00:00:00 2001 From: Alvaro Herrera Date: Wed, 26 Mar 2008 21:10:39 +0000 Subject: Move the HTSU_Result enum definition into snapshot.h, to avoid including tqual.h into heapam.h. This makes all inclusion of tqual.h explicit. I also sorted alphabetically the includes on some source files. --- src/backend/utils/init/flatfiles.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/backend/utils/init/flatfiles.c') diff --git a/src/backend/utils/init/flatfiles.c b/src/backend/utils/init/flatfiles.c index cffbc51bbdc..2cc1831dff7 100644 --- a/src/backend/utils/init/flatfiles.c +++ b/src/backend/utils/init/flatfiles.c @@ -23,7 +23,7 @@ * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group * Portions Copyright (c) 1994, Regents of the University of California * - * $PostgreSQL: pgsql/src/backend/utils/init/flatfiles.c,v 1.31 2008/03/25 22:42:45 tgl Exp $ + * $PostgreSQL: pgsql/src/backend/utils/init/flatfiles.c,v 1.32 2008/03/26 21:10:39 alvherre Exp $ * *------------------------------------------------------------------------- */ @@ -50,6 +50,7 @@ #include "utils/flatfiles.h" #include "utils/relcache.h" #include "utils/resowner.h" +#include "utils/tqual.h" /* Actual names of the flat files (within $PGDATA) */ -- cgit v1.2.3