pgsql: Reset standard_conforming_strings in strings test

From: Peter Eisentraut <peter(at)eisentraut(dot)org>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Reset standard_conforming_strings in strings test
Date: 2021-03-29 06:46:53
Message-ID: E1lQlfp-0005X6-D7@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Amit Kapila 2021-03-29 10:01:21 Re: pgsql: Add a new GUC and a reloption to enable inserts in parallel-mode
Previous Message Peter Geoghegan 2021-03-29 03:10:19 pgsql: PageAddItemExtended(): Add LP_UNUSED assertion.