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

From: John Naylor <john(dot)naylor(at)postgresql(dot)org>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Mark the timestamptz variant of date_bin() as stable
Date: 2021-08-31 19:21:31
Message-ID: E1mL9K7-0004qm-3l@gemulon.postgresql.org
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: 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
------
REL_14_STABLE

Details
-------
https://git.postgresql.org/pg/commitdiff/3eda9fc09fd6b9a1aec2d0113c633c69c3214b4d

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

Browse pgsql-committers by date

  From Date Subject
Next Message Peter Geoghegan 2021-08-31 20:01:04 pgsql: Add historic commit to git-blame-ignore-revs file.
Previous Message Tom Lane 2021-08-31 19:04:28 pgsql: In pg_dump, avoid doing per-table queries for RLS policies.