Commit f44acab1 authored by Marc G. Fournier's avatar Marc G. Fournier

Include dependencies based on tupdesc.h, as:

access/tupdesc.h
	catalog/pg_attribute.h
	nodes/pg_list.h
		nodes/nodes.h
	access/attnum.h
parent 6d4c760e
...@@ -6,16 +6,16 @@ ...@@ -6,16 +6,16 @@
* *
* Copyright (c) 1994, Regents of the University of California * Copyright (c) 1994, Regents of the University of California
* *
* $Id: tupdesc.h,v 1.3 1996/10/19 03:58:34 scrappy Exp $ * $Id: tupdesc.h,v 1.4 1996/11/01 09:22:33 scrappy Exp $
* *
*------------------------------------------------------------------------- *-------------------------------------------------------------------------
*/ */
#ifndef TUPDESC_H #ifndef TUPDESC_H
#define TUPDESC_H #define TUPDESC_H
#include "nodes/pg_list.h"
#include "catalog/pg_attribute.h" #include "catalog/pg_attribute.h"
#include "access/attnum.h" #include "access/attnum.h"
#include "nodes/pg_list.h"
typedef struct tupleDesc { typedef struct tupleDesc {
/*------------------------------------------------------------------------ /*------------------------------------------------------------------------
......
...@@ -7,7 +7,7 @@ ...@@ -7,7 +7,7 @@
* *
* Copyright (c) 1994, Regents of the University of California * Copyright (c) 1994, Regents of the University of California
* *
* $Id: pg_attribute.h,v 1.2 1996/10/31 09:47:19 scrappy Exp $ * $Id: pg_attribute.h,v 1.3 1996/11/01 09:22:37 scrappy Exp $
* *
* NOTES * NOTES
* the genbki.sh script reads this file and generates .bki * the genbki.sh script reads this file and generates .bki
...@@ -29,7 +29,6 @@ ...@@ -29,7 +29,6 @@
* can be read by both genbki.sh and the C compiler. * can be read by both genbki.sh and the C compiler.
* ---------------- * ----------------
*/ */
#include "access/attnum.h"
/* ---------------- /* ----------------
* pg_attribute definition. cpp turns this into * pg_attribute definition. cpp turns this into
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment