]> granicus.if.org Git - postgresql/commit
Ensure that the resolved datatype of any unknown Param is propagated
authorTom Lane <tgl@sss.pgh.pa.us>
Sat, 19 Feb 2005 19:33:23 +0000 (19:33 +0000)
committerTom Lane <tgl@sss.pgh.pa.us>
Sat, 19 Feb 2005 19:33:23 +0000 (19:33 +0000)
commit254eef2f28e871caa6d5db212e9d0027ffed8756
tree20399d4b16db0ea060949d600dd2e408b97b30bc
parentc35c944b87b524bb765da01f049c9fc15f229038
Ensure that the resolved datatype of any unknown Param is propagated
into the sub-SELECT targetlist when it appears in the context
INSERT INTO foo SELECT $1 ...  Per report from Abhijit Menon-Sen.
src/backend/parser/analyze.c