- Notifications
You must be signed in to change notification settings - Fork5
Commit4df0f1d
committed
Fix timestamptz_in so that parsing of 'now'::timestamptz gives right
answer when SET TIMEZONE has been done since the start of the currenttransaction. Per bug report from Robert Haas.I plan some futher cleanup in HEAD, but this is a low-risk patch forthe immediate issue in 7.3.1 parent69c049c commit4df0f1d
File tree
3 files changed
+10
-13
lines changed- src
- backend/utils/adt
- include/utils
3 files changed
+10
-13
lines changedLines changed: 3 additions & 5 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
8 | 8 |
| |
9 | 9 |
| |
10 | 10 |
| |
11 |
| - | |
| 11 | + | |
12 | 12 |
| |
13 | 13 |
| |
14 | 14 |
| |
| |||
1253 | 1253 |
| |
1254 | 1254 |
| |
1255 | 1255 |
| |
1256 |
| - | |
1257 |
| - | |
1258 |
| - | |
| 1256 | + | |
1259 | 1257 |
| |
1260 | 1258 |
| |
1261 | 1259 |
| |
| |||
1969 | 1967 |
| |
1970 | 1968 |
| |
1971 | 1969 |
| |
1972 |
| - | |
| 1970 | + | |
1973 | 1971 |
| |
1974 | 1972 |
| |
1975 | 1973 |
| |
|
Lines changed: 5 additions & 6 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
9 | 9 |
| |
10 | 10 |
| |
11 | 11 |
| |
12 |
| - | |
| 12 | + | |
13 | 13 |
| |
14 | 14 |
| |
15 | 15 |
| |
| |||
243 | 243 |
| |
244 | 244 |
| |
245 | 245 |
| |
246 |
| - | |
247 |
| - | |
248 | 246 |
| |
249 | 247 |
| |
250 | 248 |
| |
251 | 249 |
| |
252 |
| - | |
| 250 | + | |
253 | 251 |
| |
254 | 252 |
| |
255 | 253 |
| |
256 | 254 |
| |
257 | 255 |
| |
| 256 | + | |
| 257 | + | |
| 258 | + | |
258 | 259 |
| |
259 | 260 |
| |
260 | 261 |
| |
261 | 262 |
| |
262 | 263 |
| |
263 |
| - | |
264 |
| - | |
265 | 264 |
| |
266 | 265 |
| |
267 | 266 |
| |
|
Lines changed: 2 additions & 2 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
9 | 9 |
| |
10 | 10 |
| |
11 | 11 |
| |
12 |
| - | |
| 12 | + | |
13 | 13 |
| |
14 | 14 |
| |
15 | 15 |
| |
| |||
261 | 261 |
| |
262 | 262 |
| |
263 | 263 |
| |
264 |
| - | |
| 264 | + | |
265 | 265 |
| |
266 | 266 |
| |
267 | 267 |
| |
|
0 commit comments
Comments
(0)