mirror of
https://github.com/postgres/postgres.git
synced 2026-04-22 22:59:54 -04:00
Add use of INDEXSCAN_PATCH to config.h instead of putting it in Makefile.global
This commit is contained in:
parent
796f78998e
commit
c5dd292007
1 changed files with 2 additions and 0 deletions
|
|
@ -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 */
|
||||
|
|
|
|||
Loading…
Reference in a new issue