Re: pgsql: Speed up conversion of signed integers to C strings. - Mailing list pgsql-committers

From Tom Lane
Subject Re: pgsql: Speed up conversion of signed integers to C strings.
Date
Msg-id 6577.1290224938@sss.pgh.pa.us
Whole thread Raw
In response to pgsql: Speed up conversion of signed integers to C strings.  (Robert Haas <rhaas@postgresql.org>)
Responses Re: pgsql: Speed up conversion of signed integers to C strings.  (Tom Lane <tgl@sss.pgh.pa.us>)
List pgsql-committers
Robert Haas <rhaas@postgresql.org> writes:
> Speed up conversion of signed integers to C strings.

This patch breaks the build here:

gcc -O1 -Wall -Wmissing-prototypes -Wpointer-arith -fno-strict-aliasing -g -I../../../../src/include
-D_XOPEN_SOURCE_EXTENDED  -c -o numutils.o numutils.c 
numutils.c: In function `pg_ltoa':
numutils.c:139: `INT32_MIN' undeclared (first use in this function)
numutils.c:139: (Each undeclared identifier is reported only once
numutils.c:139: for each function it appears in.)
numutils.c: In function `pg_lltoa':
numutils.c:190: `INT64_MIN' undeclared (first use in this function)
make: *** [numutils.o] Error 1
$
            regards, tom lane

pgsql-committers by date:

Previous
From: Tom Lane
Date:
Subject: pgsql: Fix leakage of cost_limit when multiple autovacuum workers are a
Next
From: Tom Lane
Date:
Subject: Re: pgsql: Speed up conversion of signed integers to C strings.