Fix explain regression test failure.
authorFujii Masao
Fri, 21 Aug 2020 16:22:55 +0000 (01:22 +0900)
committerFujii Masao
Fri, 21 Aug 2020 16:50:43 +0000 (01:50 +0900)
commitbc2ebf3acfd287247cd9ee286c44e969af1c81de
tree3e79151e10d64c5dc4b3520da3e74313c0ae2c37
parent674899ae02c375b03411c0676e7cfb4bafeebac9
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
src/test/regress/expected/explain.out
src/test/regress/sql/explain.sql