forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit35979e6
committed
Given its current definition that depends on time(NULL), timetz_zone
is certainly no longer immutable, but must indeed be marked volatile.I wonder if it should use the value of now() (that is, transactionstart time) so that it could be marked stable. But it's probably notimportant enough to be worth changing the code for ... indeed, I'm noteven going to force an initdb for this catalog change, seeing that wejust did one a few hours ago.1 parentf2ebd01 commit35979e6
1 file changed
+2
-2
lines changedLines changed: 2 additions & 2 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
7 | 7 |
| |
8 | 8 |
| |
9 | 9 |
| |
10 |
| - | |
| 10 | + | |
11 | 11 |
| |
12 | 12 |
| |
13 | 13 |
| |
| |||
2959 | 2959 |
| |
2960 | 2960 |
| |
2961 | 2961 |
| |
2962 |
| - | |
| 2962 | + | |
2963 | 2963 |
| |
2964 | 2964 |
| |
2965 | 2965 |
| |
|
0 commit comments
Comments
(0)