]> granicus.if.org Git - postgresql/commit
Fix compiler warning.
authorRobert Haas <rhaas@postgresql.org>
Wed, 18 Dec 2013 18:31:35 +0000 (13:31 -0500)
committerRobert Haas <rhaas@postgresql.org>
Wed, 18 Dec 2013 18:31:35 +0000 (13:31 -0500)
commit6bb9d3017c173fa6102010d83ced7ad4409e5a49
treed7d438c4261686b693a91c73b893bded76460764
parent001a573a2011d605f2a6e10aee9996de8581d099
Fix compiler warning.

get_user_name returns const char *, but we were assigning the result
to a char * variable.
contrib/pg_upgrade/pg_upgrade.h
contrib/pg_upgrade/util.c