We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 321b8c8 commit 43eeb64Copy full SHA for 43eeb64
src/Makefile.global
@@ -7,7 +7,7 @@
7
#
8
9
# IDENTIFICATION
10
-# $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 $
11
12
# NOTES
13
# This is seen by any Makefiles that include mk/postgres.mk. To
@@ -289,8 +289,6 @@ LDFLAGS+= $(LDFLAGS_BE)
289
CFLAGS += -DARRAY_PATCH
290
# enable patches to null insert/update code
291
CFLAGS += -DNULL_PATCH
292
-# enable patches to array escape conversion code
293
-CFLAGS += -DESCAPE_PATCH
294
# enable patches for varchar and fsync
295
CFLAGS += -DOPENLINK_PATCHES
296
0 commit comments