pgsql: Fix error in commit e6feef57.

Поиск
Список
Период
Сортировка
От Jeff Davis
Тема pgsql: Fix error in commit e6feef57.
Дата
Msg-id E1hoGQZ-00025h-4h@gemulon.postgresql.org
обсуждение исходный текст
Список pgsql-committers
Fix error in commit e6feef57.

I was careless passing a datum directly to DATE_NOT_FINITE without
calling DatumGetDateADT() first.

Backpatch-through: 9.4

Branch
------
REL_10_STABLE

Details
-------
https://git.postgresql.org/pg/commitdiff/b0a7e0f07fadba9542a711a4cbafc244c19d493b

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


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

Предыдущее
От: Jeff Davis
Дата:
Сообщение: pgsql: Fix error in commit e6feef57.
Следующее
От: Jeff Davis
Дата:
Сообщение: pgsql: Fix error in commit e6feef57.