txid strtoull fix

From: "Marko Kreen" <markokr(at)gmail(dot)com>
To: PostgreSQL-patches <pgsql-patches(at)postgresql(dot)org>
Subject: txid strtoull fix
Date: 2007-10-08 19:47:14
Message-ID: e51f66da0710081247y590674c2ib1f4f64d754b8f23@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-patches

I noticed strtoull() causes problems on some buildfarm
machines. As a fix I propose small str2num function inside
txid.c itself. Main reason is that the txid actually does
not need fully-featured strtoull (radixes, whitespace skipping).

We could include strtoull() under port/ in the future, I think
that would be good, but just for txid it is not necessary.

--
marko

Attachment Content-Type Size
txid.strtoull.diff application/octet-stream 3.5 KB

Responses

Browse pgsql-patches by date

  From Date Subject
Next Message Tom Lane 2007-10-08 20:27:29 Re: txid strtoull fix
Previous Message Bruce Momjian 2007-10-08 18:33:53 Re: [HACKERS] Add function for quote_qualified_identifier?