]> 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:42 +0000 (19:33 +0000)
committerTom Lane <tgl@sss.pgh.pa.us>
Sat, 19 Feb 2005 19:33:42 +0000 (19:33 +0000)
commit2df2c3dca2cbfe98ab24db281ec4d1892e5d47bc
treec01aafc423985b7365b0200f0be3bb5eb26c8552
parent42e386f257bb6ed2509e7b1e064a33f5543b1c9a
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