Fix compiler warning.

Robert Haas <rhaas@postgresql.org>

Commit: 6bb9d3017c173fa6102010d83ced7ad4409e5a49
Author: Robert Haas <rhaas@postgresql.org>
Date: 2013-12-18T18:31:35Z
Releases: 9.4.0
Fix compiler warning.

get_user_name returns const char *, but we were assigning the result
to a char * variable.

Files

PathChange+/−
contrib/pg_upgrade/pg_upgrade.h modified +1 −1
contrib/pg_upgrade/util.c modified +5 −4