pgsql: Fix regression test failure caused by commit 4f0b0966c8

From: Bruce Momjian <bruce(at)momjian(dot)us>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Fix regression test failure caused by commit 4f0b0966c8
Date: 2021-04-07 22:14:48
Message-ID: E1lUGRk-0002wv-UD@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Michael Paquier 2021-04-07 22:37:56 Re: pgsql: Add some information about authenticated identity via log_connec
Previous Message Michael Paquier 2021-04-07 22:07:56 pgsql: Fix some failures with connection tests on Windows hosts