pgsql: Fix numeric abbreviation for --disable-float8-byval. - Mailing list pgsql-committers

From Robert Haas
Subject pgsql: Fix numeric abbreviation for --disable-float8-byval.
Date
Msg-id E1YeE5R-0001xL-31@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
Fix numeric abbreviation for --disable-float8-byval.

When committing abd94bcac4582903765be7be959d1dbc121df0d0, I tried to make
it decide what kind of abbreviation to use based only on SIZEOF_DATUM,
without regard to USE_FLOAT8_BYVAL.  That attempt was a few bricks short
of a load, so try to fix it, and add a comment explaining what we're
about.

Patch by me; review (but not a full endorsement) by Andrew Gierth.

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/368b7c601e3a7ce927602b5399e4b117d71bae31

Modified Files
--------------
src/backend/utils/adt/numeric.c |   20 ++++++++++++++------
1 file changed, 14 insertions(+), 6 deletions(-)


pgsql-committers by date:

Previous
From: Tom Lane
Date:
Subject: pgsql: Remove unnecessary variables in _hash_splitbucket().
Next
From: Tom Lane
Date:
Subject: pgsql: Fix TAP tests to use only standard command-line argument orderin