forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit3eda9fc
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 parenta20a9f2 commit3eda9fc
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 | |
---|---|---|---|
| |||
5844 | 5844 |
| |
5845 | 5845 |
| |
5846 | 5846 |
| |
5847 |
| - | |
| 5847 | + | |
5848 | 5848 |
| |
5849 | 5849 |
| |
5850 | 5850 |
| |
|
0 commit comments
Comments
(0)