]> granicus.if.org Git - postgresql/commit
Add still more chattiness in server shutdown.
authorTom Lane <tgl@sss.pgh.pa.us>
Wed, 10 Feb 2016 00:36:21 +0000 (19:36 -0500)
committerTom Lane <tgl@sss.pgh.pa.us>
Wed, 10 Feb 2016 00:36:30 +0000 (19:36 -0500)
commit41d505a7ffaf8c1678b931e15f74469c84fbb91e
treee9a1f3dd07b63a98bf684f2b535d266154ffcd28
parentbb4df42e6a394ce77801b6952b6dc8b43d91fea7
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.
src/backend/postmaster/postmaster.c
src/backend/storage/ipc/ipc.c