forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commite8e86fb
committed
Fix volatility marking of commit timestamp functions
They are marked stable, but since they act on instantaneous state and itis possible to consult state of transactions as they commit, the resultscould change mid-query. They need to be marked volatile, and thiscommit does so.There would normally be a catversion bump here, but this is so much aniche feature and I don't believe there's real damage from the incorrectmarking, that I refrained.Backpatch to 9.5, where commit timestamps where introduced.Per note from Fujii Masao.1 parentc812762 commite8e86fb
1 file changed
+2
-2
lines changedLines changed: 2 additions & 2 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
3082 | 3082 |
| |
3083 | 3083 |
| |
3084 | 3084 |
| |
3085 |
| - | |
| 3085 | + | |
3086 | 3086 |
| |
3087 | 3087 |
| |
3088 |
| - | |
| 3088 | + | |
3089 | 3089 |
| |
3090 | 3090 |
| |
3091 | 3091 |
| |
|
0 commit comments
Comments
(0)