txid strtoull fix - Mailing list pgsql-patches

From Marko Kreen
Subject txid strtoull fix
Date
Msg-id e51f66da0710081247y590674c2ib1f4f64d754b8f23@mail.gmail.com
Whole thread Raw
Responses Re: txid strtoull fix  (Tom Lane <tgl@sss.pgh.pa.us>)
List 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

pgsql-patches by date:

Previous
From: Bruce Momjian
Date:
Subject: Re: [HACKERS] Add function for quote_qualified_identifier?
Next
From: Tom Lane
Date:
Subject: Re: txid strtoull fix