Add use of INDEXSCAN_PATCH to config.h instead of putting it in Makefile.global

This commit is contained in:
Marc G. Fournier 1996-09-10 06:51:28 +00:00
parent 796f78998e
commit c5dd292007
1 changed files with 2 additions and 0 deletions

View 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 */