pgsql: Reset standard_conforming_strings in strings test

Поиск
Список
Период
Сортировка
От Peter Eisentraut
Тема pgsql: Reset standard_conforming_strings in strings test
Дата
Msg-id E1lQlfp-0005X6-D7@gemulon.postgresql.org
обсуждение исходный текст
Список pgsql-committers
Reset standard_conforming_strings in strings test

After some tests relating to standard_conforming_strings behavior, the
value was not reset to the default value.  Therefore, the rest of the
tests in that file ran with the nondefault setting, which affected the
results of some tests.  For clarity, reset the value and run the rest
of the tests with the default setting again.

Branch
------
master

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

Modified Files
--------------
src/test/regress/expected/strings.out | 3 ++-
src/test/regress/sql/strings.sql      | 2 ++
2 files changed, 4 insertions(+), 1 deletion(-)


В списке pgsql-committers по дате отправления:

Предыдущее
От: Peter Geoghegan
Дата:
Сообщение: pgsql: PageAddItemExtended(): Add LP_UNUSED assertion.
Следующее
От: Amit Kapila
Дата:
Сообщение: Re: pgsql: Add a new GUC and a reloption to enable inserts in parallel-mode