Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit 8ff3418

Browse files
author
Thomas G. Lockhart
committed
Add parse_coerce.c for type conversion handling.
1 parent ca354d9 commit 8ff3418

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/backend/parser/Makefile

+3-3
Original file line numberDiff line numberDiff line change
@@ -4,14 +4,14 @@
44
# Makefile for parser
55
#
66
# IDENTIFICATION
7-
# $Header: /cvsroot/pgsql/src/backend/parser/Makefile,v 1.15 1998/04/06 00:24:02 momjian Exp $
7+
# $Header: /cvsroot/pgsql/src/backend/parser/Makefile,v 1.16 1998/05/09 23:24:27 thomas Exp $
88
#
99
#-------------------------------------------------------------------------
1010

1111
SRCDIR= ../..
1212
include ../../Makefile.global
1313

14-
CFLAGS += -I..
14+
CFLAGS += -I.. -DPARSEDEBUG
1515

1616
ifeq ($(CC), gcc)
1717
CFLAGS+= -Wno-error
@@ -20,7 +20,7 @@ endif
2020

2121
OBJS= analyze.o gram.o keywords.o parser.o parse_agg.o parse_clause.o \
2222
parse_expr.o parse_func.o parse_node.o parse_oper.o parse_relation.o \
23-
parse_type.o parse_target.o scan.o scansup.o
23+
parse_type.o parse_coerce.o parse_target.o scan.o scansup.o
2424

2525
all: SUBSYS.o
2626

0 commit comments

Comments
 (0)