]> granicus.if.org Git - postgresql/commit
Get rid of the last remaining uses of var_is_rel(), to wit some debugging
authorTom Lane <tgl@sss.pgh.pa.us>
Mon, 25 Aug 2008 20:20:30 +0000 (20:20 +0000)
committerTom Lane <tgl@sss.pgh.pa.us>
Mon, 25 Aug 2008 20:20:30 +0000 (20:20 +0000)
commitd320101b5b1cde0d0d6d4133f618dd374fc14bea
treee25735d8babd4f3ef744e08191fbee1b7b8fdf67
parente36716a6534a393225d3c45fcbb85f75d017cad1
Get rid of the last remaining uses of var_is_rel(), to wit some debugging
checks in ExecIndexBuildScanKeys() that were inadequate anyway: it's better
to verify the correct varno on an expected index key, not just reject OUTER
and INNER.

This makes the entire current contents of nodeFuncs.c dead code.  I'll be
replacing it with some other stuff later, as per recent proposal.
src/backend/executor/nodeBitmapIndexscan.c
src/backend/executor/nodeIndexscan.c
src/include/executor/nodeIndexscan.h