pgsql: Add tests for date_part of epoch near upper bound of timestamp r

Поиск
Список
Период
Сортировка
От Peter Eisentraut
Тема pgsql: Add tests for date_part of epoch near upper bound of timestamp r
Дата
Msg-id E1lRKfh-0002uh-GU@gemulon.postgresql.org
обсуждение исходный текст
Список pgsql-committers
Add tests for date_part of epoch near upper bound of timestamp range

This exercises a special case in the implementations of
date_part('epoch', timestamp[tz]) that was previously not tested.

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/6131ffc43ff3d2f566e93f017e56a09e4e717318

Modified Files
--------------
src/test/regress/expected/timestamp.out   | 7 +++++++
src/test/regress/expected/timestamptz.out | 7 +++++++
src/test/regress/sql/timestamp.sql        | 3 +++
src/test/regress/sql/timestamptz.sql      | 3 +++
4 files changed, 20 insertions(+)


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

Предыдущее
От: Stephen Frost
Дата:
Сообщение: pgsql: Use a WaitLatch for vacuum/autovacuum sleeping
Следующее
От: Bruce Momjian
Дата:
Сообщение: pgsql: In messages, use singular nouns for -1, like we do for +1.