pgsql: Reset standard_conforming_strings in strings test - Mailing list pgsql-committers

From Peter Eisentraut
Subject pgsql: Reset standard_conforming_strings in strings test
Date
Msg-id E1lQlfp-0005X6-D7@gemulon.postgresql.org
Whole thread Raw
List 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 by date:

Previous
From: Peter Geoghegan
Date:
Subject: pgsql: PageAddItemExtended(): Add LP_UNUSED assertion.
Next
From: Amit Kapila
Date:
Subject: Re: pgsql: Add a new GUC and a reloption to enable inserts in parallel-mode