pgsql: Fix multiple bugs in numeric_poly_deserialize().

Поиск
Список
Период
Сортировка
От Tom Lane
Тема pgsql: Fix multiple bugs in numeric_poly_deserialize().
Дата
Msg-id E1bgFWv-0002cK-Hm@gemulon.postgresql.org
обсуждение исходный текст
Список pgsql-committers
Fix multiple bugs in numeric_poly_deserialize().

These were evidently introduced by yesterday's commit 9cca11c91,
which perhaps needs more review than it got.

Per report from Andreas Seltenreich and additional examination
of nearby code.

Report: <87oa45qfwq.fsf@credativ.de>

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/600dc4c0da3b8c094ccc1ae75b47c8320898c714

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


В списке pgsql-committers по дате отправления:

Предыдущее
От: Tom Lane
Дата:
Сообщение: pgsql: Fix corrupt GIN_SEGMENT_ADDITEMS WAL records on big-endian hardw
Следующее
От: Tom Lane
Дата:
Сообщение: pgsql: Improve readability of the output of psql's \timing command.