pgsql: Revert "Stabilize output of new regression test case". - Mailing list pgsql-committers

From Tom Lane
Subject pgsql: Revert "Stabilize output of new regression test case".
Date
Msg-id E1em6gv-0004Wx-9t@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
Revert "Stabilize output of new regression test case".

This effectively reverts commit 9edc97b71 (although the test is now
in a different place and has different contents).  We don't need that
hack anymore, because since commit 4b93f5799, this test case no longer
throws an error and so there's no displayed CONTEXT that could vary
depending on CLOBBER_CACHE_ALWAYS.  The underlying unstable-output
problem isn't really gone, of course, but it no longer manifests here.

Branch
------
master

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

Modified Files
--------------
src/pl/plpgsql/src/expected/plpgsql_varprops.out | 2 --
src/pl/plpgsql/src/sql/plpgsql_varprops.sql      | 2 --
2 files changed, 4 deletions(-)


pgsql-committers by date:

Previous
From: Tom Lane
Date:
Subject: pgsql: Stabilize new plpgsql_record regression tests.
Next
From: Tom Lane
Date:
Subject: pgsql: Move the extern declaration for ExceptionalCondition into c.h.