- Notifications
You must be signed in to change notification settings - Fork5
Commitc588df9
committed
Make psql_crosstab plans more stable
To achieve this, ANALYZE the data table before querying it, as suggestedby Tom Lane. On my system, this enables the test to pass with 128 kB ofwork_mem (a value with which other tests fail -- so it seems goodenough).Reported by Michaël Paquier.1 parent736c95c commitc588df9
File tree
2 files changed
+5
-0
lines changed- src/test/regress
- expected
- sql
2 files changed
+5
-0
lines changedLines changed: 2 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
10 | 10 |
| |
11 | 11 |
| |
12 | 12 |
| |
| 13 | + | |
| 14 | + | |
13 | 15 |
| |
14 | 16 |
| |
15 | 17 |
| |
|
Lines changed: 3 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
12 | 12 |
| |
13 | 13 |
| |
14 | 14 |
| |
| 15 | + | |
| 16 | + | |
| 17 | + | |
15 | 18 |
| |
16 | 19 |
| |
17 | 20 |
| |
|
0 commit comments
Comments
(0)