forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit257d815
committed
Fix unstable regression test results.
Commit2ac3ef7 added a query with an underdetermined output row order;it has failed multiple times in the buildfarm since then. Add an ORDER BYto fix. Also, don't rely on a DROP CASCADE to drop in a well-determinedorder; that hasn't failed yet but I don't trust it much, and we're notsaving any typing by using CASCADE anyway.1 parent80a7298 commit257d815
2 files changed
+6
-7
lines changedLines changed: 3 additions & 5 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
314 | 314 |
| |
315 | 315 |
| |
316 | 316 |
| |
317 |
| - | |
| 317 | + | |
| 318 | + | |
318 | 319 |
| |
319 | 320 |
| |
320 | 321 |
| |
| |||
333 | 334 |
| |
334 | 335 |
| |
335 | 336 |
| |
336 |
| - | |
337 |
| - | |
338 |
| - | |
339 |
| - | |
| 337 | + |
Lines changed: 3 additions & 2 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
185 | 185 |
| |
186 | 186 |
| |
187 | 187 |
| |
188 |
| - | |
| 188 | + | |
| 189 | + | |
189 | 190 |
| |
190 | 191 |
| |
191 | 192 |
| |
| |||
195 | 196 |
| |
196 | 197 |
| |
197 | 198 |
| |
198 |
| - | |
| 199 | + |
0 commit comments
Comments
(0)