[COMMITTERS] pgsql: Temporarily revert test case froma2b70c89ca1a5fcf6181d3c777d82e

Поиск
Список
Период
Сортировка
От Tom Lane
Тема [COMMITTERS] pgsql: Temporarily revert test case froma2b70c89ca1a5fcf6181d3c777d82e
Дата
Msg-id E1diTOu-00005y-83@gemulon.postgresql.org
обсуждение исходный текст
Список pgsql-committers
Temporarily revert test case from a2b70c89ca1a5fcf6181d3c777d82e7b83d2de1b.

That code patch was good as far as it went, but the associated test case
has exposed fundamental brain damage in the parallel scan mechanism,
which is going to take nontrivial work to correct.  In the interests of
getting the buildfarm back to green so that unrelated work can proceed,
let's temporarily remove the test case.

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/a20aac890a89e6f88e841dedbbfa8d9d5f7309fc

Modified Files
--------------
src/test/regress/expected/select_parallel.out | 43 ---------------------------
src/test/regress/sql/select_parallel.sql      | 16 ----------
2 files changed, 59 deletions(-)


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

Предыдущее
От: Robert Haas
Дата:
Сообщение: [COMMITTERS] pgsql: Don't lock tables in RelationGetPartitionDispatchInfo.
Следующее
От: Robert Haas
Дата:
Сообщение: [COMMITTERS] pgsql: Fix interaction of triggers, partitioning, and EXPLAIN ANALYZE.