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

From neilc@svr1.postgresql.org (Neil Conway)
Subject pgsql: Fix a bug induced by the list-rewrite that resulted in
Date
Msg-id 20050201232846.05B0F8B9C9F@svr1.postgresql.org
Whole thread Raw
List 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.

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

pgsql-committers by date:

Previous
From: tgl@svr1.postgresql.org (Tom Lane)
Date:
Subject: pgsql: Adjust estimate_num_groups() to not clamp per-relation group
Next
From: neilc@svr1.postgresql.org (Neil Conway)
Date:
Subject: pgsql: Fix a bug induced by the list-rewrite that resulted in