Make the pg_upgrade log files contain actual commands

Alvaro Herrera <alvherre@alvh.no-ip.org>

Commit: 4741e9afb93f0d769655b2d18c2b73b86f281010
Author: Alvaro Herrera <alvherre@alvh.no-ip.org>
Date: 2012-06-29T15:39:11Z
Releases: 9.3.0
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.

Files

PathChange+/−
contrib/pg_upgrade/exec.c modified +13 −3