]> granicus.if.org Git - postgresql/commitdiff
Add use of INDEXSCAN_PATCH to config.h instead of putting it in Makefile.global
authorMarc G. Fournier <scrappy@hub.org>
Tue, 10 Sep 1996 06:51:28 +0000 (06:51 +0000)
committerMarc G. Fournier <scrappy@hub.org>
Tue, 10 Sep 1996 06:51:28 +0000 (06:51 +0000)
src/include/config.h

index b76624963d137df6582eba719f523e0b2a77c4b5..e8a5e25a39da167796b73954d06a01c52087ce55 100644 (file)
@@ -47,6 +47,8 @@
 #define ESCAPE_PATCH
 #define ARRAY_PATCH
 
+/* Fixes use of indexes infunctions */
+#define INDEXSCAN_PATCH 
 
 /* found in src/backend/utils/adt/date.c */
 /* #define DATEDEBUG */