Make functional indexes accept binary-compatible functions, for example

Tom Lane <tgl@sss.pgh.pa.us>

Commit: 4b8f1bcb9cbc297c63521bcb3ea64e9eed29ff8a
Author: Tom Lane <tgl@sss.pgh.pa.us>
Date: 2000-08-20T00:44:19Z
Releases: 7.1.1
Make functional indexes accept binary-compatible functions, for example
CREATE INDEX fooi ON foo (lower(f1)) where f1 is varchar rather than text.

Files

PathChange+/−
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