pgsql: When planning a query at Bind time, be careful to pass the - Mailing list pgsql-committers

From tgl@postgresql.org (Tom Lane)
Subject pgsql: When planning a query at Bind time, be careful to pass the
Date
Msg-id 20061007201657.7BA969FB433@postgresql.org
Whole thread Raw
List pgsql-committers
Log Message:
-----------
When planning a query at Bind time, be careful to pass the correct
query_list into the Portal, ie, the one seen and possibly modified by
the planner.  My fault :-(  Per report from Sergey Koposov.

Modified Files:
--------------
    pgsql/src/backend/tcop:
        postgres.c (r1.512 -> r1.513)
        (http://developer.postgresql.org/cvsweb.cgi/pgsql/src/backend/tcop/postgres.c.diff?r1=1.512&r2=1.513)

pgsql-committers by date:

Previous
From: tgl@postgresql.org (Tom Lane)
Date:
Subject: pgsql: On platforms that have getrlimit(RLIMIT_STACK), use it to ensure
Next
From: petere@postgresql.org (Peter Eisentraut)
Date:
Subject: pgsql: The -X option in pg_dump was supposed to be a workaround for the