Replace the confusing exit_nicely() by an atexit/on_exit hook
Peter Eisentraut <peter_e@gmx.net>
Replace the confusing exit_nicely() by an atexit/on_exit hook
Files
| Path | Change | +/− |
|---|---|---|
| contrib/pg_upgrade/check.c | modified | +1 −1 |
| contrib/pg_upgrade/option.c | modified | +5 −5 |
| contrib/pg_upgrade/pg_upgrade.h | modified | +0 −1 |
| contrib/pg_upgrade/server.c | modified | +29 −5 |
| contrib/pg_upgrade/util.c | modified | +2 −31 |