File tree 2 files changed +7
-4
lines changed
2 files changed +7
-4
lines changed Original file line number Diff line number Diff line change 4
4
# Makefile for nodes
5
5
#
6
6
# IDENTIFICATION
7
- # $Header: /cvsroot/pgsql/src/backend/nodes/Makefile,v 1.2 1996/10/31 10:42:55 scrappy Exp $
7
+ # $Header: /cvsroot/pgsql/src/backend/nodes/Makefile,v 1.3 1996/11/06 08:54:16 scrappy Exp $
8
8
#
9
9
# -------------------------------------------------------------------------
10
10
11
11
SRCDIR = ../..
12
12
include ../../Makefile.global
13
13
14
- INCLUDE_OPT = -I../port/$(PORTNAME ) \
14
+ INCLUDE_OPT = -I.. \
15
+ -I../port/$(PORTNAME ) \
15
16
-I../../include
16
17
17
18
CFLAGS+ =$(INCLUDE_OPT )
Original file line number Diff line number Diff line change 7
7
*
8
8
*
9
9
* IDENTIFICATION
10
- * $Header: /cvsroot/pgsql/src/backend/nodes/print.c,v 1.1.1.1 1996/07/09 06:21:33 scrappy Exp $
10
+ * $Header: /cvsroot/pgsql/src/backend/nodes/print.c,v 1.2 1996/11/06 08:54:17 scrappy Exp $
11
11
*
12
12
* HISTORY
13
13
* AUTHOR DATE MAJOR EVENT
16
16
*-------------------------------------------------------------------------
17
17
*/
18
18
#include <stdio.h>
19
+ #include <string.h>
20
+
19
21
#include "postgres.h"
22
+
20
23
#include "access/printtup.h"
21
24
#include "nodes/pg_list.h"
22
25
#include "nodes/execnodes.h"
23
26
#include "nodes/parsenodes.h"
24
-
25
27
#include "parser/parsetree.h"
26
28
#include "parser/catalog_utils.h"
27
29
#include "access/heapam.h"
You can’t perform that action at this time.
0 commit comments