projects
/
users
/
c2main
/
postgres.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
796f789
)
Add use of INDEXSCAN_PATCH to config.h instead of putting it in Makefile.global
author
Marc G. Fournier
<
[email protected]
>
Tue, 10 Sep 1996 06:51:28 +0000
(06:51 +0000)
committer
Marc G. Fournier
<
[email protected]
>
Tue, 10 Sep 1996 06:51:28 +0000
(06:51 +0000)
src/include/config.h
patch
|
blob
|
blame
|
history
diff --git
a/src/include/config.h
b/src/include/config.h
index b76624963d137df6582eba719f523e0b2a77c4b5..e8a5e25a39da167796b73954d06a01c52087ce55 100644
(file)
--- 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 */