aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarc G. Fournier <scrappy@hub.org>1996-08-27 07:41:17 +0000
committerMarc G. Fournier <scrappy@hub.org>1996-08-27 07:41:17 +0000
commit43eeb6468817be06812bcfda3c07222b60fbcf8d (patch)
treeac788422844b0d4770ab9aed789816926db235e8
parent321b8c80fd192c1528eb95446aca0a9319aab278 (diff)
downloadpostgresql-43eeb6468817be06812bcfda3c07222b60fbcf8d.tar.gz
postgresql-43eeb6468817be06812bcfda3c07222b60fbcf8d.zip
Removed -DESCAPE_PATCH ... moved to include/config.h
-rw-r--r--src/Makefile.global4
1 files changed, 1 insertions, 3 deletions
diff --git a/src/Makefile.global b/src/Makefile.global
index cbdfac42afc..fa9c577da04 100644
--- a/src/Makefile.global
+++ b/src/Makefile.global
@@ -7,7 +7,7 @@
#
#
# 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
# This is seen by any Makefiles that include mk/postgres.mk. To
@@ -289,8 +289,6 @@ LDFLAGS+= $(LDFLAGS_BE)
CFLAGS += -DARRAY_PATCH
# enable patches to null insert/update code
CFLAGS += -DNULL_PATCH
-# enable patches to array escape conversion code
-CFLAGS += -DESCAPE_PATCH
# enable patches for varchar and fsync
CFLAGS += -DOPENLINK_PATCHES