Commit 43eeb646 authored by Marc G. Fournier's avatar Marc G. Fournier

Removed -DESCAPE_PATCH ... moved to include/config.h

parent 321b8c80
...@@ -7,7 +7,7 @@ ...@@ -7,7 +7,7 @@
# #
# #
# IDENTIFICATION # IDENTIFICATION
# $Header: /cvsroot/pgsql/src/Attic/Makefile.global,v 1.26 1996/08/27 06:52:34 scrappy Exp $ # $Header: /cvsroot/pgsql/src/Attic/Makefile.global,v 1.27 1996/08/27 07:41:17 scrappy Exp $
# #
# NOTES # NOTES
# This is seen by any Makefiles that include mk/postgres.mk. To # This is seen by any Makefiles that include mk/postgres.mk. To
...@@ -289,8 +289,6 @@ LDFLAGS+= $(LDFLAGS_BE) ...@@ -289,8 +289,6 @@ LDFLAGS+= $(LDFLAGS_BE)
CFLAGS += -DARRAY_PATCH CFLAGS += -DARRAY_PATCH
# enable patches to null insert/update code # enable patches to null insert/update code
CFLAGS += -DNULL_PATCH CFLAGS += -DNULL_PATCH
# enable patches to array escape conversion code
CFLAGS += -DESCAPE_PATCH
# enable patches for varchar and fsync # enable patches for varchar and fsync
CFLAGS += -DOPENLINK_PATCHES CFLAGS += -DOPENLINK_PATCHES
......
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