pgsql: Remove strdup, strtol, strtoul from libpgport

From: Peter Eisentraut <peter_e(at)gmx(dot)net>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Remove strdup, strtol, strtoul from libpgport
Date: 2012-05-07 20:12:39
Message-ID: E1SRUIR-0002Rf-Tk@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

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.

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/3284e03d5d791e953e8c7eba25f1afb00c62e4a4

Modified Files
--------------
configure | 5 +-
configure.in | 2 +-
src/include/pg_config.h.in | 9 ---
src/include/pg_config.h.win32 | 9 ---
src/include/port.h | 4 -
src/port/strdup.c | 28 --------
src/port/strtol.c | 149 -----------------------------------------
src/port/strtoul.c | 119 --------------------------------
8 files changed, 2 insertions(+), 323 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Peter Eisentraut 2012-05-08 16:36:07 pgsql: Fix misleading comments
Previous Message Peter Eisentraut 2012-05-07 18:33:12 pgsql: Fix pg_config.h make rule