pgsql: Dept of second thoughts: recursive case in ANALYZE shouldn't emit - Mailing list pgsql-committers

From tgl@postgresql.org (Tom Lane)
Subject pgsql: Dept of second thoughts: recursive case in ANALYZE shouldn't emit
Date
Msg-id 20091230212133.236EE753FB7@cvs.postgresql.org
Whole thread Raw
List pgsql-committers
Log Message:
-----------
Dept of second thoughts: recursive case in ANALYZE shouldn't emit a
pgstats message.  This might need to be done differently later, but
with the current logic that's what should happen.

Modified Files:
--------------
    pgsql/src/backend/commands:
        analyze.c (r1.145 -> r1.146)
        (http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/backend/commands/analyze.c?r1=1.145&r2=1.146)

pgsql-committers by date:

Previous
From: tgl@postgresql.org (Tom Lane)
Date:
Subject: pgsql: Revise pgstat's tracking of tuple changes to improve the
Next
From: bmomjian@pgfoundry.org (User Bmomjian)
Date:
Subject: pg-migrator - pg_migrator: Improved error messages.