Make the pg_upgrade log files contain actual commands

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

Commit: 90c85e473bd807171b5b5da4032bbf9c0abe1103
Author: Alvaro Herrera <alvherre@alvh.no-ip.org>
Date: 2012-06-29T16:05:09Z
Releases: 9.2.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