pgsql: Make the pg_upgrade log files contain actual commands

From: Alvaro Herrera <alvherre(at)alvh(dot)no-ip(dot)org>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Make the pg_upgrade log files contain actual commands
Date: 2012-06-29 16:12:07
Message-ID: E1Skdnj-0003g0-E0@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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(-)

Responses

Browse pgsql-committers by date

  From Date Subject
Next Message Heikki Linnakangas 2012-06-29 16:33:34 pgsql: Initialize shared memory copy of ckptXidEpoch correctly when not
Previous Message Peter Eisentraut 2012-06-29 11:04:26 pgsql: Make init-po and update-po recursive make targets