- Notifications
You must be signed in to change notification settings - Fork28
Commitc2c537c
committed
Temporarily instrument postgres_fdw test to look for statistics changes.
It seems fairly hard to explain recent buildfarm failures without thetheory that something is doing an ANALYZE behind our backs. Probefor this directly to see if it's true.In principle the outputs of these queries should be stable, since the tablein question is small enough that ANALYZE's sample will include all rows.But even if that turns out to be wrong, we can put up with some failuresfor a bit. I don't intend to leave this here indefinitely.Discussion:https://postgr.es/m/25502.1520277552@sss.pgh.pa.us1 parent722408b commitc2c537c
File tree
2 files changed
+44
-0
lines changed- contrib/postgres_fdw
- expected
- sql
2 files changed
+44
-0
lines changedLines changed: 31 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
87 | 87 |
| |
88 | 88 |
| |
89 | 89 |
| |
| 90 | + | |
| 91 | + | |
| 92 | + | |
| 93 | + | |
| 94 | + | |
| 95 | + | |
| 96 | + | |
| 97 | + | |
| 98 | + | |
| 99 | + | |
| 100 | + | |
| 101 | + | |
| 102 | + | |
| 103 | + | |
| 104 | + | |
| 105 | + | |
| 106 | + | |
90 | 107 |
| |
91 | 108 |
| |
92 | 109 |
| |
| |||
5520 | 5537 |
| |
5521 | 5538 |
| |
5522 | 5539 |
| |
| 5540 | + | |
| 5541 | + | |
| 5542 | + | |
| 5543 | + | |
| 5544 | + | |
| 5545 | + | |
| 5546 | + | |
| 5547 | + | |
| 5548 | + | |
| 5549 | + | |
| 5550 | + | |
| 5551 | + | |
| 5552 | + | |
| 5553 | + | |
5523 | 5554 |
| |
5524 | 5555 |
| |
5525 | 5556 |
| |
|
Lines changed: 13 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
95 | 95 |
| |
96 | 96 |
| |
97 | 97 |
| |
| 98 | + | |
| 99 | + | |
| 100 | + | |
| 101 | + | |
| 102 | + | |
| 103 | + | |
| 104 | + | |
| 105 | + | |
| 106 | + | |
98 | 107 |
| |
99 | 108 |
| |
100 | 109 |
| |
| |||
1139 | 1148 |
| |
1140 | 1149 |
| |
1141 | 1150 |
| |
| 1151 | + | |
| 1152 | + | |
| 1153 | + | |
| 1154 | + | |
1142 | 1155 |
| |
1143 | 1156 |
| |
1144 | 1157 |
| |
|
0 commit comments
Comments
(0)