pgsql: Fix explain regression test failure.

Поиск
Список
Период
Сортировка
От Fujii Masao
Тема pgsql: Fix explain regression test failure.
Дата
Msg-id E1k9AG2-0002WJ-L1@gemulon.postgresql.org
обсуждение исходный текст
Список pgsql-committers
Fix explain regression test failure.

Commit 9d701e624f caused the regression test for EXPLAIN to fail on
the buildfarm member prion. This happened because of instability of
test output, i.e., in text format, whether "Planning:" line is output
varies depending on the system state.

This commit updated the regression test so that it ignores that
"Planning:" line to produce more stable test output and get rid of
the test failure.

Back-patch to v13.

Author: Fujii Masao
Discussion: https://postgr.es/m/1803897.1598021621@sss.pgh.pa.us

Branch
------
master

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

Modified Files
--------------
src/test/regress/expected/explain.out | 3 +++
src/test/regress/sql/explain.sql      | 3 +++
2 files changed, 6 insertions(+)


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

Предыдущее
От: Fujii Masao
Дата:
Сообщение: pgsql: Fix explain regression test failure.
Следующее
От: Tom Lane
Дата:
Сообщение: pgsql: Fix handling of CREATE TABLE LIKE with inheritance.