- Notifications
You must be signed in to change notification settings - Fork5
Commit1c5c70d
committed
Avoid instability in output of new REINDEX SCHEMA test.
The planner seems to like to do this join query as a hash join, makingthe output ordering machine-dependent; worse, it's a hash on OIDs, sothat it's a bit astonishing that the result doesn't change from run torun even on one machine. Add an ORDER BY to get consistent results.Per buildfarm.I also suppressed output from the final DROP SCHEMA CASCADE, to avoidoccasional failures similar to those fixed in commit81d815d.That hasn't been observed in the buildfarm yet, but it seems likelyto happen in future if we leave it as-is.1 parent7e354ab commit1c5c70d
File tree
2 files changed
+25
-26
lines changed- src/test/regress
- expected
- sql
2 files changed
+25
-26
lines changedLines changed: 16 additions & 20 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
2859 | 2859 |
| |
2860 | 2860 |
| |
2861 | 2861 |
| |
2862 |
| - | |
| 2862 | + | |
2863 | 2863 |
| |
2864 | 2864 |
| |
2865 | 2865 |
| |
2866 |
| - | |
2867 |
| - | |
2868 |
| - | |
2869 |
| - | |
2870 |
| - | |
| 2866 | + | |
| 2867 | + | |
| 2868 | + | |
| 2869 | + | |
| 2870 | + | |
| 2871 | + | |
2871 | 2872 |
| |
2872 | 2873 |
| |
2873 |
| - | |
| 2874 | + | |
| 2875 | + | |
| 2876 | + | |
| 2877 | + | |
2874 | 2878 |
| |
| 2879 | + | |
2875 | 2880 |
| |
2876 |
| - | |
2877 | 2881 |
| |
2878 |
| - | |
| 2882 | + | |
2879 | 2883 |
| |
2880 |
| - | |
2881 |
| - | |
| 2884 | + | |
2882 | 2885 |
| |
2883 |
| - | |
2884 |
| - | |
2885 | 2886 |
| |
2886 | 2887 |
| |
2887 | 2888 |
| |
| |||
2897 | 2898 |
| |
2898 | 2899 |
| |
2899 | 2900 |
| |
| 2901 | + | |
2900 | 2902 |
| |
2901 |
| - | |
2902 |
| - | |
2903 |
| - | |
2904 |
| - | |
2905 |
| - | |
2906 |
| - | |
2907 |
| - | |
| 2903 | + |
Lines changed: 9 additions & 6 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
992 | 992 |
| |
993 | 993 |
| |
994 | 994 |
| |
995 |
| - | |
| 995 | + | |
996 | 996 |
| |
997 | 997 |
| |
998 | 998 |
| |
999 |
| - | |
1000 |
| - | |
1001 |
| - | |
1002 |
| - | |
1003 |
| - | |
| 999 | + | |
| 1000 | + | |
| 1001 | + | |
| 1002 | + | |
| 1003 | + | |
| 1004 | + | |
1004 | 1005 |
| |
1005 | 1006 |
| |
1006 | 1007 |
| |
| |||
1014 | 1015 |
| |
1015 | 1016 |
| |
1016 | 1017 |
| |
| 1018 | + | |
1017 | 1019 |
| |
| 1020 | + |
0 commit comments
Comments
(0)