OSDN Git Service

exec_parse_message neglected to copy parameter type array into the
authorTom Lane <tgl@sss.pgh.pa.us>
Thu, 29 Mar 2007 19:10:10 +0000 (19:10 +0000)
committerTom Lane <tgl@sss.pgh.pa.us>
Thu, 29 Mar 2007 19:10:10 +0000 (19:10 +0000)
commit972e20b429dd222745ac6ba3269a44b2a7a574ff
tree3a4c2e58b9faeaba75cbd2ab1de5695dcc7986ed
parent96b171903d5d52ca46b46bc3f73f13978705eae5
exec_parse_message neglected to copy parameter type array into the
required memory context when handling client-specified parameter types
for an unnamed statement.  Per report from Kris Jurka.
src/backend/tcop/postgres.c