Remove separate strdup.h header file; it's redundant with port.h.
Tom Lane <tgl@sss.pgh.pa.us>
Remove separate strdup.h header file; it's redundant with port.h.
Files
| Path | Change | +/− |
|---|---|---|
| src/bin/pg_dump/common.c | modified | +1 −5 |
| src/bin/pg_dump/pg_backup_db.c | modified | +1 −4 |
| src/bin/pg_dump/pg_dumpall.c | modified | +1 −4 |
| src/bin/pg_dump/pg_dump.c | modified | +1 −5 |
| src/bin/pg_dump/pg_restore.c | modified | +1 −5 |
| src/bin/psql/common.c | modified | +1 −4 |
| src/include/strdup.h | deleted | +0 −8 |
| src/interfaces/libpq/fe-connect.c | modified | +1 −5 |
| src/interfaces/libpq/fe-secure.c | modified | +1 −5 |
| src/port/strdup.c | modified | +1 −3 |