pgsql: Add still more chattiness in server shutdown.

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Add still more chattiness in server shutdown.
Date: 2016-02-10 00:36:45
Message-ID: E1aTIlx-0004Yv-Qh@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Add still more chattiness in server shutdown.

Further investigation says that there may be some slow operations after
we've finished ShutdownXLOG(), so add some more log messages to try to
isolate that. This is all temporary code too.

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/41d505a7ffaf8c1678b931e15f74469c84fbb91e

Modified Files
--------------
src/backend/postmaster/postmaster.c | 6 ++++++
src/backend/storage/ipc/ipc.c | 25 +++++++++++++++++++++++++
2 files changed, 31 insertions(+)

Browse pgsql-committers by date

  From Date Subject
Next Message pgsql 2016-02-10 01:51:41 pgsql: Tag refs/tags/REL9_4_6 was created
Previous Message Robert Haas 2016-02-09 20:42:38 pgsql: postgres_fdw: Remove unstable regression test.