The following diffs remove the various definitions of dupstr() and replace
Marc G. Fournier <scrappy@hub.org>
The following diffs remove the various definitions of dupstr() and replace all the calls with strdup. Submitted by: darcy@druid.druid.com (D'Arcy J.M. Cain)
Files
| Path | Change | +/− |
|---|---|---|
| src/bin/pg4_dump/common.c | modified | +2 −19 |
| src/bin/pg4_dump/pg4_dump.c | modified | +56 −56 |
| src/bin/pg_dump/common.c | modified | +4 −19 |
| src/bin/pg_dump/pg_dump.c | modified | +57 −57 |
| src/bin/psql/psql.c | modified | +7 −7 |
| src/bin/psql/stringutils.c | modified | +4 −20 |