pgsql: Have pg_upgrade use strtoul(), not strtol().

From: Bruce Momjian <bruce(at)momjian(dot)us>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Have pg_upgrade use strtoul(), not strtol().
Date: 2010-09-29 02:40:47
Message-ID: E1P0mb9-0006dH-4Y@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Have pg_upgrade use strtoul(), not strtol().

Branch
------
master

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

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

Browse pgsql-committers by date

  From Date Subject
Next Message User Sakamotomsh 2010-09-29 07:29:30 reorg - pg_reorg: Fixed problem with interactive authentication
Previous Message Tom Lane 2010-09-28 22:37:13 Re: pgsql: In pg_upgrade, properly handle oids > 2^31 by using strtoul() in