Allow spgist's text_ops to handle pattern-matching operators.

Robert Haas <rhaas@postgresql.org>

Commit: 0ed7445d7317318ffed0d8dac9a06611771d315b
Author: Robert Haas <rhaas@postgresql.org>
Date: 2012-02-02T18:10:56Z
Releases: 9.2.0
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