forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commita358019
committed
Stabilize jsonb_path_query test case.
An operation like '12:34:56'::time_tz takes the UTC offset fromthe prevailing time zone, which means that the results changeacross DST transitions. One of the test cases added ined055d2failed to consider this.Per report from Bernhard Wiedemann. Back-patch to v17, as thetest case was.Discussion:https://postgr.es/m/ba8e1bc0-8a99-45b7-8397-3f2e94415e03@suse.de1 parentc177726 commita358019
File tree
2 files changed
+9
-1
lines changed- src/test/regress
- expected
- sql
2 files changed
+9
-1
lines changedLines changed: 5 additions & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
2634 | 2634 |
| |
2635 | 2635 |
| |
2636 | 2636 |
| |
| 2637 | + | |
| 2638 | + | |
| 2639 | + | |
2637 | 2640 |
| |
2638 | 2641 |
| |
2639 | 2642 |
| |
2640 |
| - | |
| 2643 | + | |
2641 | 2644 |
| |
2642 | 2645 |
| |
| 2646 | + | |
2643 | 2647 |
| |
2644 | 2648 |
| |
2645 | 2649 |
| |
|
Lines changed: 4 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
596 | 596 |
| |
597 | 597 |
| |
598 | 598 |
| |
| 599 | + | |
| 600 | + | |
| 601 | + | |
599 | 602 |
| |
| 603 | + | |
600 | 604 |
| |
601 | 605 |
| |
602 | 606 |
| |
|
0 commit comments
Comments
(0)