forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commiteac0a6c
committed
Avoid locale-dependent output in select_views regression test.
Use 'COLLATE "C"' to force locale-independent sorting of the iexitview results in select_views.sql. We aren't particularly interestedin the exact sorting behavior here, and this doesn't change the shapeof the generated plan, so it seems like a wash as far as the goalsof this test go.This is in response to bug #14637 from Tomasz Kontusz. It doesn'tfully resolve his problem, because he also saw some diffs in thecreate_index test. But other people have had issues with select_viewstoo, and this fix lets us drop the select_views_1.out variant expectedfile altogether, which is a nice win from a maintenance standpoint.Emre HasegeliDiscussion:https://postgr.es/m/20170501000609.24360.24248@wrigleys.postgresql.org1 parent764cb2b commiteac0a6c
File tree
3 files changed
+2
-1554
lines changed- src/test/regress
- expected
- sql
3 files changed
+2
-1554
lines changedLines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
340 | 340 |
| |
341 | 341 |
| |
342 | 342 |
| |
343 |
| - | |
| 343 | + | |
344 | 344 |
| |
345 | 345 |
| |
346 | 346 |
| |
|
0 commit comments
Comments
(0)