]> 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:08 +0000 (19:33 +0000)
committerTom Lane <tgl@sss.pgh.pa.us>
Sat, 19 Feb 2005 19:33:08 +0000 (19:33 +0000)
commit9650d6c7e649a9ddf42754a5f3ff3fc8539a7348
treecafc4e52d9e0672fdeda19028631e4c9fab72b28
parent2abe40aac7dcbd93ff283201e7a2d2720124c28b
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