Allow spgist's text_ops to handle pattern-matching operators.
Robert Haas <rhaas@postgresql.org>
Allow spgist's text_ops to handle pattern-matching operators. This was presumably intended to work this way all along, but a few key bits of indxpath.c didn't get the memo. Robert Haas and Tom Lane
Files
| Path | Change | +/− |
|---|---|---|
| src/backend/optimizer/path/indxpath.c | modified | +3 −1 |
| src/include/catalog/pg_opfamily.h | modified | +1 −0 |