]> 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 16:05:09 +0000 (12:05 -0400)
commit90c85e473bd807171b5b5da4032bbf9c0abe1103
tree8acb86b732d4a1088cef4bac4cd754018b837a2f
parentfe9912270dfe06cdce4d20bfdd3685b3cb8f23fb
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