Re: [PATCH] Custom code int(32|64) => text conversions out of performance reasons
Andres Freund <andres@anarazel.de>
From: Andres Freund <andres@anarazel.de>
To: Robert Haas <robertmhaas@gmail.com>
Cc: Tom Lane <tgl@sss.pgh.pa.us>,
pgsql-hackers@postgresql.org
Date: 2010-11-20T19:47:20Z
Lists: pgsql-hackers
On Saturday 20 November 2010 18:18:32 Robert Haas wrote: > > Likewise for the int64 case, which BTW is no safer for pre-C99 compilers > > than it was yesterday: LL is not the portable way to write int64 > > constants. > Gah. I wish we had some documentation of this stuff. Dito. I started doing Cish stuff quite a bit *after* C99 was mostly available in gcc... Sorry btw, for not realizing those points (and the regression-expectation file) myself... Andres