pgsql: Add more chattiness in server shutdown. - Mailing list pgsql-committers

From Tom Lane
Subject pgsql: Add more chattiness in server shutdown.
Date
Msg-id E1aTB32-0005Dk-QZ@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
Add more chattiness in server shutdown.

Early returns from the buildfarm show that there's a bit of a gap in the
logging I added in 3971f64843b02e4a: the portion of CreateCheckPoint()
after CheckPointGuts() can take a fair amount of time.  Add a few more
log messages in that section of code.  This too shall be reverted later.

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/7351e18286ec83461b386e23328d65fd4a538bba

Modified Files
--------------
src/backend/access/transam/xlog.c | 16 ++++++++++++++++
src/backend/storage/smgr/md.c     |  5 +++++
2 files changed, 21 insertions(+)


pgsql-committers by date:

Previous
From: Tom Lane
Date:
Subject: pgsql: Temporarily make pg_ctl and server shutdown a whole lot chattier
Next
From: Robert Haas
Date:
Subject: pgsql: postgres_fdw: Push down joins to remote servers.