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

From: Robert Haas <rhaas(at)postgresql(dot)org>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Allow spgist's text_ops to handle pattern-matching operators.
Date: 2012-02-02 18:12:09
Message-ID: E1Rt18j-0003qE-0Y@gemulon.postgresql.org
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: 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(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Peter Eisentraut 2012-02-02 18:33:46 pgsql: ecpg: Improve test building
Previous Message User Fxjr 2012-02-02 13:46:18 npgsql - Npgsql2: Applied patch #1011157.