forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit533e02e
committed
Fix volatility marking of timestamptz_trunc_zone.
It's safe to mark this as immutable, because it does not dependon the timezone GUC setting. Oversight in commit600b04d.(There's an argument that timezone definitions do change fromtime to time, but we have not worried about that in markingother timestamp-related functions; for example AT TIME ZONEhas always been considered immutable. The situation is noworse than our problems with time-varying locales, surely.)Przemysław SztochDiscussion:https://postgr.es/m/eaa3fabe-50fc-bbe8-b096-ce62ddadab85@sztoch.pl1 parent97c61f7 commit533e02e
2 files changed
+2
-2
lines changedLines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
57 | 57 |
| |
58 | 58 |
| |
59 | 59 |
| |
60 |
| - | |
| 60 | + | |
61 | 61 |
| |
62 | 62 |
|
Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
2432 | 2432 |
| |
2433 | 2433 |
| |
2434 | 2434 |
| |
2435 |
| - | |
| 2435 | + | |
2436 | 2436 |
| |
2437 | 2437 |
| |
2438 | 2438 |
| |
|
0 commit comments
Comments
(0)