forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit4a071af
committed
Stabilize timetz test across DST transitions.
The timetz test cases I added in commita963283 were unintentionallysensitive to whether or not DST is active in the PST8PDT time zone.Thus, they'll start failing this coming weekend, as reported byBernhard M. Wiedemann in bug #16689. Fortunately, DST-awareness isnot significant to the purpose of these test cases, so we can justforce them all to PDT (DST hours) to preserve stability of theresults.Back-patch to v10, as the prior patch was.Discussion:https://postgr.es/m/16689-57701daa23b377bf@postgresql.org1 parentf90149e commit4a071af
2 files changed
+24
-24
lines changedLines changed: 16 additions & 16 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
91 | 91 |
| |
92 | 92 |
| |
93 | 93 |
| |
94 |
| - | |
| 94 | + | |
95 | 95 |
| |
96 | 96 |
| |
97 | 97 |
| |
98 | 98 |
| |
99 | 99 |
| |
100 |
| - | |
| 100 | + | |
101 | 101 |
| |
102 | 102 |
| |
103 | 103 |
| |
104 | 104 |
| |
105 | 105 |
| |
106 |
| - | |
| 106 | + | |
107 | 107 |
| |
108 | 108 |
| |
109 | 109 |
| |
110 | 110 |
| |
111 | 111 |
| |
112 |
| - | |
| 112 | + | |
113 | 113 |
| |
114 | 114 |
| |
115 | 115 |
| |
116 | 116 |
| |
117 | 117 |
| |
118 |
| - | |
119 |
| - | |
120 |
| - | |
| 118 | + | |
| 119 | + | |
| 120 | + | |
121 | 121 |
| |
122 |
| - | |
123 |
| - | |
124 |
| - | |
| 122 | + | |
| 123 | + | |
| 124 | + | |
125 | 125 |
| |
126 |
| - | |
127 |
| - | |
128 |
| - | |
| 126 | + | |
| 127 | + | |
| 128 | + | |
129 | 129 |
| |
130 |
| - | |
131 |
| - | |
132 |
| - | |
| 130 | + | |
| 131 | + | |
| 132 | + | |
133 | 133 |
| |
134 | 134 |
| |
135 | 135 |
| |
|
Lines changed: 8 additions & 8 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
36 | 36 |
| |
37 | 37 |
| |
38 | 38 |
| |
39 |
| - | |
40 |
| - | |
41 |
| - | |
42 |
| - | |
43 |
| - | |
44 |
| - | |
45 |
| - | |
46 |
| - | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
47 | 47 |
| |
48 | 48 |
| |
49 | 49 |
| |
|
0 commit comments
Comments
(0)