pgsql: Fix EXTRACT(ISOYEAR FROM timestamp) for years BC.

Поиск
Список
Период
Сортировка
От Tom Lane
Тема pgsql: Fix EXTRACT(ISOYEAR FROM timestamp) for years BC.
Дата
Msg-id E1ifSIq-00071D-U3@gemulon.postgresql.org
обсуждение исходный текст
Список pgsql-committers
Fix EXTRACT(ISOYEAR FROM timestamp) for years BC.

The test cases added by commit 26ae3aa80 exposed an old oversight in
timestamp[tz]_part: they didn't correct the result of date2isoyear()
for BC years, so that we produced an off-by-one answer for such years.
Fix that, and back-patch to all supported branches.

Discussion: https://postgr.es/m/SG2PR06MB37762CAE45DB0F6CA7001EA9B6550@SG2PR06MB3776.apcprd06.prod.outlook.com

Branch
------
REL_11_STABLE

Details
-------
https://git.postgresql.org/pg/commitdiff/332584da9cfdbe91a651427a9fc3ed76dffaa529

Modified Files
--------------
src/backend/utils/adt/timestamp.c         | 7 +++++++
src/test/regress/expected/timestamp.out   | 2 +-
src/test/regress/expected/timestamptz.out | 2 +-
3 files changed, 9 insertions(+), 2 deletions(-)


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

Предыдущее
От: Tom Lane
Дата:
Сообщение: pgsql: Remove redundant function calls in timestamp[tz]_part().
Следующее
От: Tom Lane
Дата:
Сообщение: pgsql: Fix EXTRACT(ISOYEAR FROM timestamp) for years BC.