Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit 43eeb64

Browse files
committed
Removed -DESCAPE_PATCH ... moved to include/config.h
1 parent 321b8c8 commit 43eeb64

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

src/Makefile.global

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
#
88
#
99
# IDENTIFICATION
10-
# $Header: /cvsroot/pgsql/src/Attic/Makefile.global,v 1.26 1996/08/27 06:52:34 scrappy Exp $
10+
# $Header: /cvsroot/pgsql/src/Attic/Makefile.global,v 1.27 1996/08/27 07:41:17 scrappy Exp $
1111
#
1212
# NOTES
1313
# This is seen by any Makefiles that include mk/postgres.mk. To
@@ -289,8 +289,6 @@ LDFLAGS+= $(LDFLAGS_BE)
289289
CFLAGS += -DARRAY_PATCH
290290
# enable patches to null insert/update code
291291
CFLAGS += -DNULL_PATCH
292-
# enable patches to array escape conversion code
293-
CFLAGS += -DESCAPE_PATCH
294292
# enable patches for varchar and fsync
295293
CFLAGS += -DOPENLINK_PATCHES
296294

0 commit comments

Comments
 (0)