pgsql: Fix error in commit e6feef57.

Поиск
Список
Период
Сортировка
От Jeff Davis
Тема pgsql: Fix error in commit e6feef57.
Дата
Msg-id E1hoGPf-00024l-DF@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_11_STABLE

Details
-------
https://git.postgresql.org/pg/commitdiff/477ebfc9695e267d3f345a77211579236bcac91c

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.