]> granicus.if.org Git - postgresql/commit
Fix up gincostestimate for new extractQuery API.
authorTom Lane <tgl@sss.pgh.pa.us>
Sun, 9 Jan 2011 01:13:33 +0000 (20:13 -0500)
committerTom Lane <tgl@sss.pgh.pa.us>
Sun, 9 Jan 2011 01:26:13 +0000 (20:26 -0500)
commit4d1b76e49eb848b046ddb1beb0f4589816ec8261
tree8d566fb7285d9b9e6f026a03caf7533e132bc8e6
parent833a2b57bcbebda29fc1eb0b98c0d94ae2c31b7b
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.
src/backend/utils/adt/selfuncs.c