File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed
src/backend/access/common Expand file tree Collapse file tree 1 file 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/access/common/tupdesc.c,v 1.9 1996/11/03 10:57:24 scrappy Exp $
10
+ * $Header: /cvsroot/pgsql/src/backend/access/common/tupdesc.c,v 1.10 1996/11/05 05:25:44 scrappy Exp $
11
11
*
12
12
* NOTES
13
13
* some of the executor utility code such as "ExecTypeFromTL" should be
16
16
*-------------------------------------------------------------------------
17
17
*/
18
18
19
+ #include <stdio.h>
20
+
19
21
#include "postgres.h"
20
22
21
23
#include "parser/catalog_utils.h"
22
24
#include "nodes/parsenodes.h"
23
25
#include "utils/builtins.h"
24
26
#include "utils/fcache.h"
25
- #include "utils/palloc.h"
26
27
#include "utils/tqual.h"
28
+ #include "utils/syscache.h"
27
29
28
30
#ifndef HAVE_MEMMOVE
29
31
# include "regex/utils.h"
You can’t perform that action at this time.
0 commit comments