pgsql: Allow spgist's text_ops to handle pattern-matching operators. - Mailing list pgsql-committers

From Robert Haas
Subject pgsql: Allow spgist's text_ops to handle pattern-matching operators.
Date
Msg-id E1Rt18j-0003qE-0Y@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
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

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/0ed7445d7317318ffed0d8dac9a06611771d315b

Modified Files
--------------
src/backend/optimizer/path/indxpath.c |    4 +++-
src/include/catalog/pg_opfamily.h     |    1 +
2 files changed, 4 insertions(+), 1 deletions(-)


pgsql-committers by date:

Previous
From: fxjr@pgfoundry.org (User Fxjr)
Date:
Subject: npgsql - Npgsql2: Applied patch #1011157.
Next
From: Peter Eisentraut
Date:
Subject: pgsql: ecpg: Improve test building