forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit543f36b
committed
Mark the timestamptz variant of date_bin() as stable
Previously, it was immutable by lack of marking. This is notcorrect, since the time zone could change.Bump catversionDiscussion:https://www.postgresql.org/message-id/CAFBsxsG2UHk8mOWL0tca%3D_cg%2B_oA5mVRNLhDF0TBw980iOg5NQ%40mail.gmail.comBackpatch to v14, when this function came in1 parentbd3611d commit543f36b
2 files changed
+2
-2
lines changedLines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
53 | 53 |
| |
54 | 54 |
| |
55 | 55 |
| |
56 |
| - | |
| 56 | + | |
57 | 57 |
| |
58 | 58 |
|
Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
5912 | 5912 |
| |
5913 | 5913 |
| |
5914 | 5914 |
| |
5915 |
| - | |
| 5915 | + | |
5916 | 5916 |
| |
5917 | 5917 |
| |
5918 | 5918 |
| |
|
0 commit comments
Comments
(0)