Make psql_crosstab plans more stable
Alvaro Herrera <alvherre@alvh.no-ip.org>
Make psql_crosstab plans more stable To achieve this, ANALYZE the data table before querying it, as suggested by Tom Lane. On my system, this enables the test to pass with 128 kB of work_mem (a value with which other tests fail -- so it seems good enough). Reported by Michaël Paquier.
Files
| Path | Change | +/− |
|---|---|---|
| src/test/regress/expected/psql_crosstab.out | modified | +2 −0 |
| src/test/regress/sql/psql_crosstab.sql | modified | +3 −0 |