mirror of
https://github.com/postgres/postgres.git
synced 2025-05-05 09:19:17 +03:00
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
This commit is contained in:
parent
fd549145d5
commit
0c6a6a0ab7
@ -53,6 +53,6 @@
|
|||||||
*/
|
*/
|
||||||
|
|
||||||
/* yyyymmddN */
|
/* yyyymmddN */
|
||||||
#define CATALOG_VERSION_NO 202109021
|
#define CATALOG_VERSION_NO 202109032
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
@ -5912,7 +5912,7 @@
|
|||||||
proargtypes => 'interval timestamp timestamp', prosrc => 'timestamp_bin' },
|
proargtypes => 'interval timestamp timestamp', prosrc => 'timestamp_bin' },
|
||||||
{ oid => '6178',
|
{ oid => '6178',
|
||||||
descr => 'bin timestamp with time zone into specified interval',
|
descr => 'bin timestamp with time zone into specified interval',
|
||||||
proname => 'date_bin', provolatile => 's', prorettype => 'timestamptz',
|
proname => 'date_bin', prorettype => 'timestamptz',
|
||||||
proargtypes => 'interval timestamptz timestamptz',
|
proargtypes => 'interval timestamptz timestamptz',
|
||||||
prosrc => 'timestamptz_bin' },
|
prosrc => 'timestamptz_bin' },
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user