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

Поиск
Список
Период
Сортировка
От John Naylor
Тема pgsql: Set the volatility of the timestamptz version of date_bin() back
Дата
Msg-id E1mMDCu-0008Pe-DS@gemulon.postgresql.org
обсуждение исходный текст
Список pgsql-committers
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
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/0c6a6a0ab7675e151a6e46d3ec0846bfce9e030a

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: Fix portability issue in tests from commit ce773f230.
Следующее
От: Tom Lane
Дата:
Сообщение: pgsql: Disallow creating an ICU collation if the DB encoding won't supp