forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit4697454
committed
Disallow jsonpath methods involving TZ in immutable functions
Timezones are not immutable and so neither is any function that relies onthem. In commit66ea94e, we introduced a few methods which do castingfrom one time to another and thus may involve the current timezone. Topreserve the immutability of jsonpath functions currently markedimmutable, disallow these methods from being called from non-TZ awarefunctions.Jeevan Chalke, per a report from Jian He.1 parentce57143 commit4697454
File tree
4 files changed
+168
-148
lines changed- doc/src/sgml
- src
- backend/utils/adt
- test/regress
- expected
- sql
4 files changed
+168
-148
lines changedLines changed: 6 additions & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
18240 | 18240 |
| |
18241 | 18241 |
| |
18242 | 18242 |
| |
18243 |
| - | |
| 18243 | + | |
| 18244 | + | |
| 18245 | + | |
| 18246 | + | |
| 18247 | + | |
| 18248 | + | |
18244 | 18249 |
| |
18245 | 18250 |
| |
18246 | 18251 |
| |
|
Lines changed: 16 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
268 | 268 |
| |
269 | 269 |
| |
270 | 270 |
| |
| 271 | + | |
| 272 | + | |
271 | 273 |
| |
272 | 274 |
| |
273 | 275 |
| |
| |||
2409 | 2411 |
| |
2410 | 2412 |
| |
2411 | 2413 |
| |
| 2414 | + | |
| 2415 | + | |
2412 | 2416 |
| |
2413 | 2417 |
| |
2414 | 2418 |
| |
| |||
2433 | 2437 |
| |
2434 | 2438 |
| |
2435 | 2439 |
| |
| 2440 | + | |
| 2441 | + | |
2436 | 2442 |
| |
2437 | 2443 |
| |
2438 | 2444 |
| |
| |||
2441 | 2447 |
| |
2442 | 2448 |
| |
2443 | 2449 |
| |
| 2450 | + | |
| 2451 | + | |
2444 | 2452 |
| |
2445 | 2453 |
| |
2446 | 2454 |
| |
| |||
2480 | 2488 |
| |
2481 | 2489 |
| |
2482 | 2490 |
| |
| 2491 | + | |
| 2492 | + | |
2483 | 2493 |
| |
2484 | 2494 |
| |
2485 | 2495 |
| |
| |||
2531 | 2541 |
| |
2532 | 2542 |
| |
2533 | 2543 |
| |
| 2544 | + | |
| 2545 | + | |
2534 | 2546 |
| |
2535 | 2547 |
| |
2536 | 2548 |
| |
| |||
2570 | 2582 |
| |
2571 | 2583 |
| |
2572 | 2584 |
| |
| 2585 | + | |
| 2586 | + | |
2573 | 2587 |
| |
2574 | 2588 |
| |
2575 | 2589 |
| |
| |||
2581 | 2595 |
| |
2582 | 2596 |
| |
2583 | 2597 |
| |
| 2598 | + | |
| 2599 | + | |
2584 | 2600 |
| |
2585 | 2601 |
| |
2586 | 2602 |
| |
|
0 commit comments
Comments
(0)