pgsql: Fix a bug induced by the list-rewrite that resulted in

From: neilc(at)svr1(dot)postgresql(dot)org (Neil Conway)
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Fix a bug induced by the list-rewrite that resulted in
Date: 2005-02-01 23:29:17
Message-ID: 20050201232917.BC6328B9B69@svr1.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Log Message:
-----------
Fix a bug induced by the list-rewrite that resulted in incrementing the
command counter more than necessary. Per report from Michael Fuhr.

Tags:
----
REL8_0_STABLE

Modified Files:
--------------
pgsql/src/backend/tcop:
pquery.c (r1.89 -> r1.89.4.1)
(http://developer.postgresql.org/cvsweb.cgi/pgsql/src/backend/tcop/pquery.c.diff?r1=1.89&r2=1.89.4.1)

Browse pgsql-committers by date

  From Date Subject
Next Message Neil Conway 2005-02-02 06:36:02 pgsql: Add support for temporary views, including documentation and
Previous Message Neil Conway 2005-02-01 23:28:46 pgsql: Fix a bug induced by the list-rewrite that resulted in