pgsql: Fix an oversight in an 8.3-era patch: pgstat_initstats should - Mailing list pgsql-committers

From tgl@postgresql.org (Tom Lane)
Subject pgsql: Fix an oversight in an 8.3-era patch: pgstat_initstats should
Date
Msg-id 20091002224950.D8DE9753FB7@cvs.postgresql.org
Whole thread Raw
List pgsql-committers
Log Message:
-----------
Fix an oversight in an 8.3-era patch: pgstat_initstats should allow stats
to be collected for sequences.

Report and fix by Akira Kurosawa

Modified Files:
--------------
    pgsql/src/backend/postmaster:
        pgstat.c (r1.191 -> r1.192)
        (http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/backend/postmaster/pgstat.c?r1=1.191&r2=1.192)

pgsql-committers by date:

Previous
From: tgl@postgresql.org (Tom Lane)
Date:
Subject: pgsql: Make sure that GIN fast-insert and regular code paths enforce the
Next
From: tgl@postgresql.org (Tom Lane)
Date:
Subject: pgsql: Fix an oversight in an 8.3-era patch: pgstat_initstats should