Thread: pgsql: exec_parse_message neglected to copy parameter type array into

pgsql: exec_parse_message neglected to copy parameter type array into

From
tgl@postgresql.org (Tom Lane)
Date:
Log Message:
-----------
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.

Modified Files:
--------------
    pgsql/src/backend/tcop:
        postgres.c (r1.529 -> r1.530)
        (http://developer.postgresql.org/cvsweb.cgi/pgsql/src/backend/tcop/postgres.c.diff?r1=1.529&r2=1.530)