Commit 8ff34188 authored by Thomas G. Lockhart's avatar Thomas G. Lockhart

Add parse_coerce.c for type conversion handling.

parent ca354d90
......@@ -4,14 +4,14 @@
# Makefile for parser
#
# IDENTIFICATION
# $Header: /cvsroot/pgsql/src/backend/parser/Makefile,v 1.15 1998/04/06 00:24:02 momjian Exp $
# $Header: /cvsroot/pgsql/src/backend/parser/Makefile,v 1.16 1998/05/09 23:24:27 thomas Exp $
#
#-------------------------------------------------------------------------
SRCDIR= ../..
include ../../Makefile.global
CFLAGS += -I..
CFLAGS += -I.. -DPARSEDEBUG
ifeq ($(CC), gcc)
CFLAGS+= -Wno-error
......@@ -20,7 +20,7 @@ endif
OBJS= analyze.o gram.o keywords.o parser.o parse_agg.o parse_clause.o \
parse_expr.o parse_func.o parse_node.o parse_oper.o parse_relation.o \
parse_type.o parse_target.o scan.o scansup.o
parse_type.o parse_coerce.o parse_target.o scan.o scansup.o
all: SUBSYS.o
......
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