Skip site navigation (1) Skip section navigation (2)

Peripheral Links

Header And Logo

PostgreSQL
| The world's most advanced open source database.

Site Navigation

Search archives
  Advanced Search

pgsql: When planning a query at Bind time, be careful to pass the


  • From: tgl(at)postgresql(dot)org (Tom Lane)
  • To: pgsql-committers(at)postgresql(dot)org
  • Subject: pgsql: When planning a query at Bind time, be careful to pass the
  • Date: Sat, 7 Oct 2006 17:16:57 -0300 (ADT)
  • Message-id: <20061007201657.7BA969FB433@postgresql.org> <text/plain>

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)



Home | Main Index | Thread Index

Privacy Policy | About PostgreSQL
Copyright © 1996 – 2012 PostgreSQL Global Development Group