forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit2b94ee5
committed
Run regression tests with timezone America/Los_Angeles.
Historically we've used timezone "PST8PDT", but the recent release2024b of tzdb changes the definition of that zone in a way thatbreaks many test cases concerned with dates before 1970. Althoughwe've not yet adopted 2024b into our own tree, this is alreadyproblematic for people using --with-system-tzdata if their platformhas already adopted 2024b. To work with both older and newerversions of tzdb, switch to using "America/Los_Angeles", acceptingthe ensuing changes in regression test results.Back-patch to all supported branches.Per report and patch from Wolfgang Walther.Discussion:https://postgr.es/m/0a997455-5aba-4cf2-a354-d26d8bcbfae6@technowledgy.de1 parent17c35ab commit2b94ee5
File tree
8 files changed
+120
-105
lines changed- doc/src/sgml
- ref
- src/test/regress
- expected
- sql
8 files changed
+120
-105
lines changedLines changed: 2 additions & 2 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
200 | 200 |
| |
201 | 201 |
| |
202 | 202 |
| |
203 |
| - | |
| 203 | + | |
204 | 204 |
| |
205 | 205 |
| |
206 | 206 |
| |
| |||
298 | 298 |
| |
299 | 299 |
| |
300 | 300 |
| |
301 |
| - | |
| 301 | + | |
302 | 302 |
| |
303 | 303 |
| |
304 | 304 |
| |
|
Lines changed: 3 additions & 3 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
521 | 521 |
| |
522 | 522 |
| |
523 | 523 |
| |
524 |
| - | |
| 524 | + | |
525 | 525 |
| |
526 | 526 |
| |
527 |
| - | |
528 |
| - | |
| 527 | + | |
| 528 | + | |
529 | 529 |
| |
530 | 530 |
| |
531 | 531 |
| |
|
Lines changed: 5 additions & 5 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1264 | 1264 |
| |
1265 | 1265 |
| |
1266 | 1266 |
| |
1267 |
| - | |
| 1267 | + | |
1268 | 1268 |
| |
1269 | 1269 |
| |
1270 | 1270 |
| |
| |||
1288 | 1288 |
| |
1289 | 1289 |
| |
1290 | 1290 |
| |
1291 |
| - | |
| 1291 | + | |
1292 | 1292 |
| |
1293 | 1293 |
| |
1294 | 1294 |
| |
1295 | 1295 |
| |
1296 | 1296 |
| |
1297 |
| - | |
| 1297 | + | |
1298 | 1298 |
| |
1299 | 1299 |
| |
1300 | 1300 |
| |
| |||
1306 | 1306 |
| |
1307 | 1307 |
| |
1308 | 1308 |
| |
1309 |
| - | |
| 1309 | + | |
1310 | 1310 |
| |
1311 | 1311 |
| |
1312 | 1312 |
| |
1313 | 1313 |
| |
1314 | 1314 |
| |
1315 |
| - | |
| 1315 | + | |
1316 | 1316 |
| |
1317 | 1317 |
| |
1318 | 1318 |
| |
|
Lines changed: 31 additions & 26 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1 | 1 |
| |
2 | 2 |
| |
3 | 3 |
| |
4 |
| - | |
5 |
| - | |
6 |
| - | |
7 |
| - | |
8 |
| - | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
9 | 14 |
| |
10 | 15 |
| |
11 | 16 |
| |
| |||
769 | 774 |
| |
770 | 775 |
| |
771 | 776 |
| |
772 |
| - | |
773 |
| - | |
774 |
| - | |
775 |
| - | |
776 |
| - | |
777 |
| - | |
| 777 | + | |
| 778 | + | |
| 779 | + | |
| 780 | + | |
| 781 | + | |
| 782 | + | |
778 | 783 |
| |
779 | 784 |
| |
780 | 785 |
| |
| |||
840 | 845 |
| |
841 | 846 |
| |
842 | 847 |
| |
843 |
| - | |
844 |
| - | |
845 |
| - | |
846 |
| - | |
847 |
| - | |
848 |
| - | |
| 848 | + | |
| 849 | + | |
| 850 | + | |
| 851 | + | |
| 852 | + | |
| 853 | + | |
849 | 854 |
| |
850 | 855 |
| |
851 | 856 |
| |
| |||
2124 | 2129 |
| |
2125 | 2130 |
| |
2126 | 2131 |
| |
2127 |
| - | |
| 2132 | + | |
2128 | 2133 |
| |
2129 | 2134 |
| |
2130 | 2135 |
| |
| |||
2702 | 2707 |
| |
2703 | 2708 |
| |
2704 | 2709 |
| |
2705 |
| - | |
| 2710 | + | |
2706 | 2711 |
| |
2707 | 2712 |
| |
2708 | 2713 |
| |
2709 | 2714 |
| |
2710 | 2715 |
| |
2711 |
| - | |
| 2716 | + | |
2712 | 2717 |
| |
2713 | 2718 |
| |
2714 | 2719 |
| |
| |||
2745 | 2750 |
| |
2746 | 2751 |
| |
2747 | 2752 |
| |
2748 |
| - | |
| 2753 | + | |
2749 | 2754 |
| |
2750 | 2755 |
| |
2751 | 2756 |
| |
| |||
2809 | 2814 |
| |
2810 | 2815 |
| |
2811 | 2816 |
| |
2812 |
| - | |
| 2817 | + | |
2813 | 2818 |
| |
2814 | 2819 |
| |
2815 | 2820 |
| |
| |||
2821 | 2826 |
| |
2822 | 2827 |
| |
2823 | 2828 |
| |
2824 |
| - | |
| 2829 | + | |
2825 | 2830 |
| |
2826 | 2831 |
| |
2827 | 2832 |
| |
| |||
3091 | 3096 |
| |
3092 | 3097 |
| |
3093 | 3098 |
| |
3094 |
| - | |
| 3099 | + | |
3095 | 3100 |
| |
3096 | 3101 |
| |
3097 | 3102 |
| |
3098 | 3103 |
| |
3099 | 3104 |
| |
3100 |
| - | |
| 3105 | + | |
3101 | 3106 |
| |
3102 | 3107 |
| |
3103 | 3108 |
| |
3104 | 3109 |
| |
3105 | 3110 |
| |
3106 |
| - | |
| 3111 | + | |
3107 | 3112 |
| |
3108 | 3113 |
| |
3109 | 3114 |
| |
|
0 commit comments
Comments
(0)