OSDN Git Service

Check that the pg_upgrade user specified is a super-user.
authorBruce Momjian <bruce@momjian.us>
Sat, 7 May 2011 12:55:13 +0000 (08:55 -0400)
committerBruce Momjian <bruce@momjian.us>
Sat, 7 May 2011 12:55:45 +0000 (08:55 -0400)
commit81301b85781245676f874ae3908015f05d3aaaa2
tree453b8c2e1a76c4f9fb13eba4012af5b70fb73bdf
parent71932ecc2b6ca0d748176a7e8b11d3575bf4caf3
Check that the pg_upgrade user specified is a super-user.

Also report the error message when the post-pg_ctl connection fails.

Per private bug report from EnterpriseDB.
contrib/pg_upgrade/check.c
contrib/pg_upgrade/server.c