forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit17d6a8f
committed
Improve stability of recently-added regression test case.
Commitb5febc1 added a contrib/btree_gist test case that has beenobserved to fail in the buildfarm as a result of background auto-analyzeupdating stats and changing the selected plan. Forestall that byforcibly analyzing in foreground, instead. The new plan choice isjust as good for our purposes, since we really only care that anindex-only plan does not get selected.Back-patch to 9.5, like the previous patch.Discussion:https://postgr.es/m/14643.1539629304@sss.pgh.pa.us1 parent3dfef0c commit17d6a8f
2 files changed
+12
-16
lines changedLines changed: 11 additions & 15 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
64 | 64 |
| |
65 | 65 |
| |
66 | 66 |
| |
67 |
| - | |
| 67 | + | |
68 | 68 |
| |
69 | 69 |
| |
70 | 70 |
| |
71 |
| - | |
72 |
| - | |
| 71 | + | |
| 72 | + | |
73 | 73 |
| |
74 |
| - | |
75 |
| - | |
76 |
| - | |
77 |
| - | |
78 |
| - | |
| 74 | + | |
| 75 | + | |
| 76 | + | |
79 | 77 |
| |
80 | 78 |
| |
81 | 79 |
| |
| |||
88 | 86 |
| |
89 | 87 |
| |
90 | 88 |
| |
91 |
| - | |
92 |
| - | |
| 89 | + | |
| 90 | + | |
93 | 91 |
| |
94 |
| - | |
95 |
| - | |
96 |
| - | |
97 |
| - | |
98 |
| - | |
| 92 | + | |
| 93 | + | |
| 94 | + | |
99 | 95 |
| |
100 | 96 |
| |
101 | 97 |
| |
|
Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
30 | 30 |
| |
31 | 31 |
| |
32 | 32 |
| |
33 |
| - | |
| 33 | + | |
34 | 34 |
| |
35 | 35 |
| |
36 | 36 |
| |
|
0 commit comments
Comments
(0)