The following diffs remove the various definitions of dupstr() and replace

Marc G. Fournier <scrappy@hub.org>

Commit: f589ca68001c82d3e15e86f8e6ff33ad344f7062
Author: Marc G. Fournier <scrappy@hub.org>
Date: 1996-09-16T06:06:17Z
Releases: 7.1.1
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

PathChange+/−
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