pgsql: Remove unstable test case added in commit 5935917ce.

Поиск
Список
Период
Сортировка
От Tom Lane
Тема pgsql: Remove unstable test case added in commit 5935917ce.
Дата
Msg-id E1ifBnv-0002HJ-Em@gemulon.postgresql.org
обсуждение исходный текст
Список pgsql-committers
Remove unstable test case added in commit 5935917ce.

The buildfarm says this produces some unexpected output with
force_parallel_mode = regress.  There's probably a bug underneath
that, but for the moment just delete the test case to make the
buildfarm green again.

(I now notice that the case had also failed to get updated to follow
commit d52eaa094, which made plan_cache_mode = force_generic_plan
prevail throughout partition_prune.sql; it was thereby managing to
break a later test.  When/if we put this back in, *don't* include the
SET and RESET commands.)

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/776a2c887480977a4327108945364fb4d84a817f

Modified Files
--------------
src/test/regress/expected/partition_prune.out | 28 +++++++--------------------
src/test/regress/sql/partition_prune.sql      | 10 ----------
2 files changed, 7 insertions(+), 31 deletions(-)


В списке pgsql-committers по дате отправления:

Предыдущее
От: Tom Lane
Дата:
Сообщение: pgsql: Further adjust EXPLAIN's choices of table alias names.
Следующее
От: Tom Lane
Дата:
Сообщение: pgsql: Add readfuncs.c support for AppendRelInfo.