Thread: pgsql: Add still more chattiness in server shutdown.

pgsql: Add still more chattiness in server shutdown.

From
Tom Lane
Date:
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(+)