pgsql: Add a comment to AdjustIntervalForTypmod to reduce chance of fut

Поиск
Список
Период
Сортировка
От Robert Haas
Тема pgsql: Add a comment to AdjustIntervalForTypmod to reduce chance of fut
Дата
Msg-id E1RvXji-0002bd-Hw@gemulon.postgresql.org
обсуждение исходный текст
Список pgsql-committers
Add a comment to AdjustIntervalForTypmod to reduce chance of future bugs.

It's not entirely evident how the logic here relates to the
interval_transform function, so let's clue people in that they need to
check that if the rules change.

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/d429ebe347a5f1404cc3c50234e1c93f8db2bb53

Modified Files
--------------
src/backend/utils/adt/timestamp.c |    3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)


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

Предыдущее
От: Jaime Casanova
Дата:
Сообщение: Re: pgsql: Have pg_receivexlog always send an invalid log position in statu
Следующее
От: Robert Haas
Дата:
Сообщение: pgsql: Improve interval_transform function to detect a few more cases.