pgsql: Fix numeric abbreviation for --disable-float8-byval.

Поиск
Список
Период
Сортировка
От Robert Haas
Тема pgsql: Fix numeric abbreviation for --disable-float8-byval.
Дата
Msg-id E1YeE5R-0001xL-31@gemulon.postgresql.org
обсуждение исходный текст
Список 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 по дате отправления:

Предыдущее
От: Tom Lane
Дата:
Сообщение: pgsql: Remove unnecessary variables in _hash_splitbucket().
Следующее
От: Tom Lane
Дата:
Сообщение: pgsql: Fix TAP tests to use only standard command-line argument orderin