mirror of
https://github.com/postgres/postgres.git
synced 2025-07-21 16:02:15 +03:00
Add use of INDEXSCAN_PATCH to config.h instead of putting it in Makefile.global
This commit is contained in:
@ -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 */
|
||||
|
Reference in New Issue
Block a user