pgsql: Add some temporary instrumentation to pgstat.c. - Mailing list pgsql-committers

From Tom Lane
Subject pgsql: Add some temporary instrumentation to pgstat.c.
Date
Msg-id E1STjp5-0007nn-St@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
Add some temporary instrumentation to pgstat.c.

Log main-loop blocking events and the results of inquiry messages.
This is to get some clarity as to what's happening on those Windows
buildfarm members that still don't like the latch-ified stats collector.
This bulks up the postmaster log a tad, so I won't leave it in place for
long.

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/7d88bb73f755f7fb5d847ef2319c21076054fb0e

Modified Files
--------------
src/backend/postmaster/pgstat.c |   20 ++++++++++++++++++++
1 files changed, 20 insertions(+), 0 deletions(-)


pgsql-committers by date:

Previous
From: Tom Lane
Date:
Subject: pgsql: Fix DROP TABLESPACE to unlink symlink when directory is not ther
Next
From: Peter Eisentraut
Date:
Subject: pgsql: Small punctuation editing of postgresql.conf.sample