pgsql: Fix regression test failure caused by commit 4f0b0966c8 - Mailing list pgsql-committers

From Bruce Momjian
Subject pgsql: Fix regression test failure caused by commit 4f0b0966c8
Date
Msg-id E1lUGRk-0002wv-UD@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
Fix regression test failure caused by commit 4f0b0966c8

The query originally used was too simple, cause explain_filter() to be
unable to remove JIT output text.

Reported-by: Tom Lane

Author: Julien Rouhaud

Branch
------
master

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

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


pgsql-committers by date:

Previous
From: Michael Paquier
Date:
Subject: pgsql: Fix some failures with connection tests on Windows hosts
Next
From: Michael Paquier
Date:
Subject: Re: pgsql: Add some information about authenticated identity via log_connec