pgsql: pgstat's on-proc-exit hook has to execute after the last - Mailing list pgsql-committers

From [email protected] (Tom Lane)
Subject pgsql: pgstat's on-proc-exit hook has to execute after the last
Date
Msg-id [email protected]
Whole thread Raw
List pgsql-committers
Log Message:
-----------
pgstat's on-proc-exit hook has to execute after the last transaction commit
or abort within a backend; rearrange InitPostgres processing to make it so.
Revealed by just-added Asserts along with ECPG regression tests (hm, I wonder
why the core regression tests didn't expose it?).  This possibly is another
reason for missing stats updates ...

Modified Files:
--------------
    pgsql/src/backend/postmaster:
        pgstat.c (r1.156 -> r1.157)
        (http://developer.postgresql.org/cvsweb.cgi/pgsql/src/backend/postmaster/pgstat.c.diff?r1=1.156&r2=1.157)
    pgsql/src/backend/utils/init:
        postinit.c (r1.175 -> r1.176)
        (http://developer.postgresql.org/cvsweb.cgi/pgsql/src/backend/utils/init/postinit.c.diff?r1=1.175&r2=1.176)
    pgsql/src/include:
        pgstat.h (r1.59 -> r1.60)
        (http://developer.postgresql.org/cvsweb.cgi/pgsql/src/include/pgstat.h.diff?r1=1.59&r2=1.60)

pgsql-committers by date:

Previous
From: [email protected] (Tom Lane)
Date:
Subject: pgsql: Fix up pgstats counting of live and dead tuples to recognize that
Next
From: [email protected] (Michael Meskes)
Date:
Subject: pgsql: Applied Joachim's patch for ecpg_config.h creation on Vista.