pg_upgrade: pass username to analyze script
authorBruce Momjian <bruce@momjian.us>
Fri, 28 Jun 2013 23:11:51 +0000 (19:11 -0400)
committerBruce Momjian <bruce@momjian.us>
Fri, 28 Jun 2013 23:11:51 +0000 (19:11 -0400)
commitf85136106d87f54e87635736dfe1b8227b6803ad
tree2b55d2949080b0c1a9d15d2be0054315e6d59b2a
parente029275cdeb39cd2178ac23e2fcc65520f7b7b9c
pg_upgrade:  pass username to analyze script
If -U (user) is specified, pass the username into the created analyze
script.
Per request from Ray Stell
contrib/pg_upgrade/check.c
contrib/pg_upgrade/option.c
contrib/pg_upgrade/pg_upgrade.h