pgsql: Add more chattiness in server shutdown.

Поиск
Список
Период
Сортировка
От Tom Lane
Тема pgsql: Add more chattiness in server shutdown.
Дата
Msg-id E1aTB32-0005Dk-QZ@gemulon.postgresql.org
обсуждение исходный текст
Список 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(+)


В списке pgsql-committers по дате отправления:

Предыдущее
От: Tom Lane
Дата:
Сообщение: pgsql: Temporarily make pg_ctl and server shutdown a whole lot chattier
Следующее
От: Robert Haas
Дата:
Сообщение: pgsql: postgres_fdw: Push down joins to remote servers.