From: Marc G. Fournier Date: Tue, 27 Aug 1996 07:41:17 +0000 (+0000) Subject: Removed -DESCAPE_PATCH ... moved to include/config.h X-Git-Tag: REL2_0~611 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=43eeb6468817be06812bcfda3c07222b60fbcf8d;p=postgresql Removed -DESCAPE_PATCH ... moved to include/config.h --- diff --git a/src/Makefile.global b/src/Makefile.global index cbdfac42af..fa9c577da0 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