pgsql: exec_parse_message neglected to copy parameter type array into - Mailing list pgsql-committers

From tgl@postgresql.org (Tom Lane)
Subject pgsql: exec_parse_message neglected to copy parameter type array into
Date
Msg-id 20070329191010.3B5969FBAA3@postgresql.org
Whole thread Raw
List pgsql-committers
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)

pgsql-committers by date:

Previous
From: xzilla@pgfoundry.org (User Xzilla)
Date:
Subject: dbsamples - pagila: sequences are now decoupled.
Next
From: momjian@postgresql.org (Bruce Momjian)
Date:
Subject: pgsql: Update item: o Add more logical syntax CLUSTER table