forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commitaf21152
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 parent763d65a commitaf21152
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 | |
---|---|---|---|
| |||
2684 | 2684 |
| |
2685 | 2685 |
| |
2686 | 2686 |
| |
| 2687 | + | |
| 2688 | + | |
| 2689 | + | |
2687 | 2690 |
| |
2688 | 2691 |
| |
2689 | 2692 |
| |
2690 |
| - | |
| 2693 | + | |
2691 | 2694 |
| |
2692 | 2695 |
| |
| 2696 | + | |
2693 | 2697 |
| |
2694 | 2698 |
| |
2695 | 2699 |
| |
|
Lines changed: 4 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
607 | 607 |
| |
608 | 608 |
| |
609 | 609 |
| |
| 610 | + | |
| 611 | + | |
| 612 | + | |
610 | 613 |
| |
| 614 | + | |
611 | 615 |
| |
612 | 616 |
| |
613 | 617 |
| |
|
0 commit comments
Comments
(0)