Fix compiler warning.
Robert Haas <rhaas@postgresql.org>
Fix compiler warning. get_user_name returns const char *, but we were assigning the result to a char * variable.
Files
| Path | Change | +/− |
|---|---|---|
| contrib/pg_upgrade/pg_upgrade.h | modified | +1 −1 |
| contrib/pg_upgrade/util.c | modified | +5 −4 |