pgsql: On further reflection, we'd better do the same in int.c.

Поиск
Список
Период
Сортировка
От Tom Lane
Тема pgsql: On further reflection, we'd better do the same in int.c.
Дата
Msg-id E1PyCJt-00045W-La@gemulon.postgresql.org
обсуждение исходный текст
Список pgsql-committers
On further reflection, we'd better do the same in int.c.

We previously heard of the same problem in int24div(), so there's not a
good reason to suppose the problem is confined to cases involving int8.

Branch
------
REL8_2_STABLE

Details
-------
http://git.postgresql.org/pg/commitdiff/1b5a7779cbe37a750f799b6314ceb43b8a0e5aba

Modified Files
--------------
src/backend/utils/adt/int.c |   38 ++++++++++++++++++++++++++++++++++++++
1 files changed, 38 insertions(+), 0 deletions(-)


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

Предыдущее
От: Tom Lane
Дата:
Сообщение: pgsql: Put in some more safeguards against executing a division-by-zero
Следующее
От: Tom Lane
Дата:
Сообщение: pgsql: On further reflection, we'd better do the same in int.c.