Mark the timestamptz variant of date_bin() as stable

John Naylor <john.naylor@postgresql.org>

Commit: 3eda9fc09fd6b9a1aec2d0113c633c69c3214b4d
Author: John Naylor <john.naylor@postgresql.org>
Date: 2021-08-31T19:19:57Z
Releases: 14.0
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

Files

PathChange+/−
src/include/catalog/catversion.h modified +1 −1
src/include/catalog/pg_proc.dat modified +1 −1

Discussion