aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorMarc G. Fournier <scrappy@hub.org>1996-09-10 06:51:28 +0000
committerMarc G. Fournier <scrappy@hub.org>1996-09-10 06:51:28 +0000
commitc5dd292007c3948a44e085c26205c1242e7ec350 (patch)
tree39098ab0c46fa4a008765a48da6255602b8d95fa /src
parent796f78998e990d0f445eeebe1d8a25e9b4d407aa (diff)
downloadpostgresql-c5dd292007c3948a44e085c26205c1242e7ec350.tar.gz
postgresql-c5dd292007c3948a44e085c26205c1242e7ec350.zip
Add use of INDEXSCAN_PATCH to config.h instead of putting it in Makefile.global
Diffstat (limited to 'src')
-rw-r--r--src/include/config.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/include/config.h b/src/include/config.h
index b76624963d1..e8a5e25a39d 100644
--- a/src/include/config.h
+++ b/src/include/config.h
@@ -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 */