pgsql: Mark the timestamptz variant of date_bin() as stable

Поиск
Список
Период
Сортировка
От John Naylor
Тема pgsql: Mark the timestamptz variant of date_bin() as stable
Дата
Msg-id E1mL9K7-0004ql-32@gemulon.postgresql.org
обсуждение исходный текст
Список pgsql-committers
Mark the timestamptz variant of date_bin() as stable

Previously, it was immutable by lack of marking. This is not
correct, since the time zone could change.

Bump catversion

Discussion:
https://www.postgresql.org/message-id/CAFBsxsG2UHk8mOWL0tca%3D_cg%2B_oA5mVRNLhDF0TBw980iOg5NQ%40mail.gmail.com
Backpatch to v14, when this function came in

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/543f36b43d835c819c24b2952ac4ecabbdf2b944

Modified Files
--------------
src/include/catalog/catversion.h | 2 +-
src/include/catalog/pg_proc.dat  | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)


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

Предыдущее
От: Tom Lane
Дата:
Сообщение: pgsql: In pg_dump, avoid doing per-table queries for RLS policies.
Следующее
От: Peter Geoghegan
Дата:
Сообщение: pgsql: Add historic commit to git-blame-ignore-revs file.