pgsql: Stabilize output of new regression test.

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Stabilize output of new regression test.
Date: 2021-07-27 16:49:56
Message-ID: E1m8QHE-0004Zq-9I@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Stabilize output of new regression test.

Commit 48c5c9068 failed to allow for buildfarm animals that
force jit = on. I'm surprised that this hasn't come up
elsewhere in explain.sql, so turn it off for that whole
test script not just the one new test case.

Per buildfarm.

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/674f6fe8e65a37289432fa373e5d742a36751ae8

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

Browse pgsql-committers by date

  From Date Subject
Next Message Simon Riggs 2021-07-27 17:18:00 Re: pgsql: Allow numeric scale to be negative or greater than precision.
Previous Message Fujii Masao 2021-07-27 16:30:43 pgsql: Avoid using ambiguous word "non-negative" in error messages.