Thread: pgsql: Fix up gincostestimate for new extractQuery API.

pgsql: Fix up gincostestimate for new extractQuery API.

From
Tom Lane
Date:
Fix up gincostestimate for new extractQuery API.

The only reason this wasn't crashing while testing the core anyarray
operators was that it was disabled for those cases because of passing the
wrong type information to get_opfamily_proc :-(.  So fix that too, and make
it insist on finding the support proc --- in hindsight, silently doing
nothing is not as sane a coping mechanism as all that.

Branch
------
master

Details
-------
http://git.postgresql.org/gitweb?p=postgresql.git;a=commitdiff;h=4d1b76e49eb848b046ddb1beb0f4589816ec8261

Modified Files
--------------
src/backend/utils/adt/selfuncs.c |   65 +++++++++++++++++++++++++-------------
1 files changed, 43 insertions(+), 22 deletions(-)