]> granicus.if.org Git - postgresql/commit
Move pg_checkretval out of the planner (where it never belonged) into
authorTom Lane <tgl@sss.pgh.pa.us>
Mon, 21 Aug 2000 20:55:31 +0000 (20:55 +0000)
committerTom Lane <tgl@sss.pgh.pa.us>
Mon, 21 Aug 2000 20:55:31 +0000 (20:55 +0000)
commit7893462e44756a0ab110e43b4c5c41a5e96e6883
tree3fce05260862761324fedb2a6fdf27e07b255b3a
parent469673f96638b9279844538a89c75b5295b62a78
Move pg_checkretval out of the planner (where it never belonged) into
pg_proc.c (where it's actually used).  Fix it to correctly handle tlists
that contain resjunk target items, and improve error messages.  This
addresses bug reported by Krupnikov 6-July-00.
src/backend/catalog/pg_proc.c
src/backend/executor/execQual.c
src/backend/optimizer/plan/planner.c
src/include/executor/executor.h
src/include/optimizer/planner.h