]> granicus.if.org Git - postgresql/commit
Make the pg_upgrade log files contain actual commands
authorAlvaro Herrera <alvherre@alvh.no-ip.org>
Fri, 29 Jun 2012 03:27:00 +0000 (23:27 -0400)
committerAlvaro Herrera <alvherre@alvh.no-ip.org>
Fri, 29 Jun 2012 15:39:11 +0000 (11:39 -0400)
commit4741e9afb93f0d769655b2d18c2b73b86f281010
treefe0a771bb218f0cd8693db3ad7a6050c12b91aa9
parentb344c651fb87cb7c7f9f59b714e2879e777caf66
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.
contrib/pg_upgrade/exec.c