Backpatch pg_upgrade fixes to 9.0:
Bruce Momjian <bruce@momjian.us>
Backpatch pg_upgrade fixes to 9.0: In pg_upgrade, prevent psql AUTOCOMMIT=off by not loading .psqlrc. In pg_upgrade, report /bin directory checks independent of /data checks. Remove incorrect email address for pg_upgrade bug reports. On Win32, pg_upgrade cannot sent any server log output to the log file because of file access limitations on that platform.
Files
| Path | Change | +/− |
|---|---|---|
| contrib/pg_upgrade/check.c | modified | +4 −4 |
| contrib/pg_upgrade/exec.c | modified | +80 −86 |
| contrib/pg_upgrade/file.c | modified | +1 −1 |
| contrib/pg_upgrade/option.c | modified | +1 −5 |
| contrib/pg_upgrade/pg_upgrade.c | modified | +8 −7 |
| contrib/pg_upgrade/server.c | modified | +9 −9 |
| contrib/pg_upgrade/TESTING | modified | +1 −1 |