pgsql: Set the volatility of the timestamptz version of date_bin() back

From: John Naylor <john(dot)naylor(at)postgresql(dot)org>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Set the volatility of the timestamptz version of date_bin() back
Date: 2021-09-03 17:42:28
Message-ID: E1mMDCu-0008Pf-Dv@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers pgsql-hackers

Set the volatility of the timestamptz version of date_bin() back to immutable

543f36b43d was too hasty in thinking that the volatility of date_bin()
had to match date_trunc(), since only the latter references
session_timezone.

Bump catversion

Per feedback from Aleksander Alekseev
Backpatch to v14, as the former commit was

Branch
------
REL_14_STABLE

Details
-------
https://git.postgresql.org/pg/commitdiff/67c33a114f38edbd66f68d7b2c0cb7b03611ec48

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

Responses

Browse pgsql-committers by date

  From Date Subject
Next Message Alvaro Herrera 2021-09-03 17:45:50 Re: pgsql: Set the volatility of the timestamptz version of date_bin() back
Previous Message Tom Lane 2021-09-03 14:01:20 pgsql: Fix portability issue in tests from commit ce773f230.

Browse pgsql-hackers by date

  From Date Subject
Next Message Alvaro Herrera 2021-09-03 17:45:50 Re: pgsql: Set the volatility of the timestamptz version of date_bin() back
Previous Message Bossart, Nathan 2021-09-03 17:36:43 Re: Estimating HugePages Requirements?