forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commitd9cacca
committed
Finish reverting "Insert temporary debugging output in regression tests."
This removes the last of the temporary debugging queries added to theregression tests by commitf03a9ca. We've pretty much convincedourselves that the plan instability we were seeing is due to VACUUMsometimes failing to update relpages/reltuples for a single-page table,due to bgwriter or checkpointer holding a pin on that page at just thewrong time. I'll push a workaround for that separately.Discussion:https://postgr.es/m/CA+hUKG+0CxrKRWRMf5ymN3gm+BECHna2B-q1w8onKBep4HasUw@mail.gmail.com1 parent4fa1d89 commitd9cacca
File tree
2 files changed
+0
-19
lines changed- src/test/regress
- expected
- sql
2 files changed
+0
-19
lines changedLines changed: 0 additions & 14 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
89 | 89 |
| |
90 | 90 |
| |
91 | 91 |
| |
92 |
| - | |
93 |
| - | |
94 |
| - | |
95 |
| - | |
96 |
| - | |
97 |
| - | |
98 |
| - | |
99 |
| - | |
100 |
| - | |
101 |
| - | |
102 |
| - | |
103 |
| - | |
104 |
| - | |
105 |
| - | |
106 | 92 |
| |
107 | 93 |
| |
108 | 94 |
| |
|
Lines changed: 0 additions & 5 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
36 | 36 |
| |
37 | 37 |
| |
38 | 38 |
| |
39 |
| - | |
40 |
| - | |
41 |
| - | |
42 |
| - | |
43 |
| - | |
44 | 39 |
| |
45 | 40 |
| |
46 | 41 |
| |
|
0 commit comments
Comments
(0)