diff options
author | Marc G. Fournier <scrappy@hub.org> | 1996-09-10 06:51:28 +0000 |
---|---|---|
committer | Marc G. Fournier <scrappy@hub.org> | 1996-09-10 06:51:28 +0000 |
commit | c5dd292007c3948a44e085c26205c1242e7ec350 (patch) | |
tree | 39098ab0c46fa4a008765a48da6255602b8d95fa /src | |
parent | 796f78998e990d0f445eeebe1d8a25e9b4d407aa (diff) | |
download | postgresql-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.h | 2 |
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 */ |