pgsql: Make the pg_upgrade log files contain actual commands

Поиск
Список
Период
Сортировка
От Alvaro Herrera
Тема pgsql: Make the pg_upgrade log files contain actual commands
Дата
Msg-id E1Skdnj-0003g0-E0@gemulon.postgresql.org
обсуждение исходный текст
Ответы Re: pgsql: Make the pg_upgrade log files contain actual commands  (Bruce Momjian <bruce@momjian.us>)
Список pgsql-committers
Make the pg_upgrade log files contain actual commands

Now the log file not only contains the output from commands executed by
system(), but also what command it was in the first place.  This
arrangement makes debugging a lot simpler.

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/4741e9afb93f0d769655b2d18c2b73b86f281010

Modified Files
--------------
contrib/pg_upgrade/exec.c |   16 +++++++++++++---
1 files changed, 13 insertions(+), 3 deletions(-)


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

Предыдущее
От: Alvaro Herrera
Дата:
Сообщение: pgsql: pg_dump: Fix verbosity level in LO progress messages
Следующее
От: Alvaro Herrera
Дата:
Сообщение: pgsql: Make the pg_upgrade log files contain actual commands