File tree 2 files changed +4
-2
lines changed
2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change 7
7
*
8
8
*
9
9
* IDENTIFICATION
10
- * $Header: /cvsroot/pgsql/src/backend/parser/analyze.c,v 1.8 1996/10/30 02:01:51 momjian Exp $
10
+ * $Header: /cvsroot/pgsql/src/backend/parser/analyze.c,v 1.9 1996/10/31 05:54:25 momjian Exp $
11
11
*
12
12
*-------------------------------------------------------------------------
13
13
*/
16
16
#include <string.h>
17
17
#include "postgres.h"
18
18
#include "nodes/nodes.h"
19
+ #include "nodes/params.h"
19
20
#include "nodes/primnodes.h"
20
21
#include "nodes/parsenodes.h"
21
22
#include "nodes/relation.h"
Original file line number Diff line number Diff line change 6
6
*
7
7
*
8
8
* IDENTIFICATION
9
- * $Header: /cvsroot/pgsql/src/backend/parser/Attic/catalog_utils.c,v 1.4 1996/08/28 22:50:17 scrappy Exp $
9
+ * $Header: /cvsroot/pgsql/src/backend/parser/Attic/catalog_utils.c,v 1.5 1996/10/31 05:54:27 momjian Exp $
10
10
*
11
11
*-------------------------------------------------------------------------
12
12
*/
27
27
28
28
#include "parser/catalog_utils.h"
29
29
#include "catalog/pg_inherits.h"
30
+ #include "catalog/pg_operator.h"
30
31
#include "catalog/pg_type.h"
31
32
#include "catalog/indexing.h"
32
33
#include "catalog/catname.h"
You can’t perform that action at this time.
0 commit comments