Remove strdup, strtol, strtoul from libpgport
Peter Eisentraut <peter_e@gmx.net>
Remove strdup, strtol, strtoul from libpgport These should not be needed anymore, at least after the recent port removals. So let's see whether we can do without them.
Files
| Path | Change | +/− |
|---|---|---|
| configure | modified | +1 −4 |
| configure.in | modified | +1 −1 |
| src/include/pg_config.h.in | modified | +0 −9 |
| src/include/pg_config.h.win32 | modified | +0 −9 |
| src/include/port.h | modified | +0 −4 |
| src/port/strdup.c | deleted | +0 −28 |
| src/port/strtol.c | deleted | +0 −149 |
| src/port/strtoul.c | deleted | +0 −119 |