pgsql: Revert "Stabilize output of new regression test case".

Поиск
Список
Период
Сортировка
От Tom Lane
Тема pgsql: Revert "Stabilize output of new regression test case".
Дата
Msg-id E1em6gv-0004Wx-9t@gemulon.postgresql.org
обсуждение исходный текст
Список 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 по дате отправления:

Предыдущее
От: Tom Lane
Дата:
Сообщение: pgsql: Stabilize new plpgsql_record regression tests.
Следующее
От: Tom Lane
Дата:
Сообщение: pgsql: Move the extern declaration for ExceptionalCondition into c.h.