pgsql: Add some temporary instrumentation to pgstat.c.

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Add some temporary instrumentation to pgstat.c.
Date: 2012-05-14 01:11:39
Message-ID: E1STjp5-0007nn-St@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Peter Eisentraut 2012-05-14 02:03:53 pgsql: Small punctuation editing of postgresql.conf.sample
Previous Message Tom Lane 2012-05-13 22:07:21 pgsql: Fix DROP TABLESPACE to unlink symlink when directory is not ther