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

From Tom Lane
Subject pgsql: Add still more chattiness in server shutdown.
Date
Msg-id E1aTIlx-0004Yv-Qh@gemulon.postgresql.org
Whole thread Raw
List 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(+)


pgsql-committers by date:

Previous
From: Robert Haas
Date:
Subject: pgsql: postgres_fdw: Remove unstable regression test.
Next
From: pgsql@postgresql.org
Date:
Subject: pgsql: Tag refs/tags/REL9_2_15 was created