Thread: pgsql: Reset standard_conforming_strings in strings test

pgsql: Reset standard_conforming_strings in strings test

From
Peter Eisentraut
Date:
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(-)