diff options
Diffstat (limited to 'src/backend/bootstrap/bootscanner.l')
| -rw-r--r-- | src/backend/bootstrap/bootscanner.l | 30 |
1 files changed, 27 insertions, 3 deletions
diff --git a/src/backend/bootstrap/bootscanner.l b/src/backend/bootstrap/bootscanner.l index f89efb1972..21d4442432 100644 --- a/src/backend/bootstrap/bootscanner.l +++ b/src/backend/bootstrap/bootscanner.l @@ -8,14 +8,38 @@ * * * IDENTIFICATION - * $Header: /cvsroot/pgsql/src/backend/bootstrap/bootscanner.l,v 1.2 1996/08/28 07:14:09 scrappy Exp $ + * $Header: /cvsroot/pgsql/src/backend/bootstrap/bootscanner.l,v 1.3 1996/10/21 08:31:21 scrappy Exp $ * *------------------------------------------------------------------------- */ #include "postgres.h" + +#include "storage/block.h" +#include "storage/off.h" +#include "storage/itemptr.h" +#include "catalog/pg_attribute.h" +#include "access/attnum.h" +#include "nodes/pg_list.h" +#include "access/tupdesc.h" +#include "access/itup.h" +#include "access/funcindex.h" +#include "storage/fd.h" +#include "catalog/pg_am.h" +#include "catalog/pg_class.h" +#include "nodes/nodes.h" +#include "rewrite/prs2lock.h" +#include "access/skey.h" +#include "access/strat.h" +#include "utils/rel.h" #include "bootstrap/bootstrap.h" -#include "utils/portal.h" -#include "access/xact.h" + +#include "nodes/primnodes.h" +#include <time.h> +#include "utils/nabstime.h" +#include "access/htup.h" +#include "utils/tqual.h" +#include "nodes/parsenodes.h" + #include "parser/scansup.h" #include "bootstrap_tokens.h" |
