pgsql: Fix plan instability in the new tuplesort test.

Поиск
Список
Период
Сортировка
От Andres Freund
Тема pgsql: Fix plan instability in the new tuplesort test.
Дата
Msg-id E1iV3AE-0004mi-2a@gemulon.postgresql.org
обсуждение исходный текст
Список pgsql-committers
Fix plan instability in the new tuplesort test.

At least buildfarm member florican doesn't use a material node above a
sort in the mark/restore case. As material is not intended to be
tested with that query, disallow.

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/80ef34fc7075b37fc23f4ab714a5ce60f82400de

Modified Files
--------------
src/test/regress/expected/tuplesort.out | 10 +++++-----
src/test/regress/sql/tuplesort.sql      |  1 +
2 files changed, 6 insertions(+), 5 deletions(-)


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

Предыдущее
От: Andres Freund
Дата:
Сообщение: pgsql: Add tests for tuplesort.c.
Следующее
От: Michael Paquier
Дата:
Сообщение: pgsql: Split handling of reloptions for partitioned tables