Make functional indexes accept binary-compatible functions, for example
Tom Lane <tgl@sss.pgh.pa.us>
Make functional indexes accept binary-compatible functions, for example CREATE INDEX fooi ON foo (lower(f1)) where f1 is varchar rather than text.
Files
| Path | Change | +/− |
|---|---|---|
| src/backend/commands/indexcmds.c | modified | +34 −23 |
| src/backend/parser/parse_func.c | modified | +12 −30 |
| src/include/parser/parse_func.h | modified | +5 −1 |