| From: | Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us> |
|---|---|
| To: | pgsql-committers(at)postgresql(dot)org |
| Subject: | pgsql: Add more chattiness in server shutdown. |
| Date: | 2016-02-09 16:21:52 |
| Message-ID: | E1aTB32-0005Dk-QZ@gemulon.postgresql.org |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | 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(+)
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Robert Haas | 2016-02-09 19:15:57 | pgsql: postgres_fdw: Push down joins to remote servers. |
| Previous Message | Tom Lane | 2016-02-08 23:43:20 | pgsql: Temporarily make pg_ctl and server shutdown a whole lot chattier |