pgsql: Have pg_upgrade use strtoul(), not strtol(). - Mailing list pgsql-committers

From Bruce Momjian
Subject pgsql: Have pg_upgrade use strtoul(), not strtol().
Date
Msg-id E1P0mb9-0006dI-6X@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
Have pg_upgrade use strtoul(), not strtol().

Branch
------
REL9_0_STABLE

Details
-------
http://git.postgresql.org/gitweb?p=postgresql.git;a=commitdiff;h=3689583d5adff94257a6a6eca9dcd2d9bd60ca6b

Modified Files
--------------
contrib/pg_upgrade/util.c |    2 +-
1 files changed, 1 insertions(+), 1 deletions(-)


pgsql-committers by date:

Previous
From: Tom Lane
Date:
Subject: Re: pgsql: In pg_upgrade, properly handle oids > 2^31 by using strtoul() in
Next
From: Bruce Momjian
Date:
Subject: pgsql: Have pg_upgrade use strtoul(), not strtol().