pgsql: Test that it works to RESET an invalid reloption - Mailing list pgsql-committers

From Alvaro Herrera
Subject pgsql: Test that it works to RESET an invalid reloption
Date
Msg-id E1rBYpP-009BxO-2j@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
Test that it works to RESET an invalid reloption

This works today, and it's valuable to ensure it doesn't get broken
if/when we get around to refactoring the implementation.

Author: Nikolay Shaplov <dhyan@nataraj.su>
Discussion: https://postgr.es/m/4563991.km65PDbjlG@thinkpad-pgpro

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/7db01fbcefbd95a7c97afa128fab59f4a09b3ff1

Modified Files
--------------
src/test/regress/expected/reloptions.out | 11 +++++++++++
src/test/regress/sql/reloptions.sql      |  7 +++++++
2 files changed, 18 insertions(+)


pgsql-committers by date:

Previous
From: Heikki Linnakangas
Date:
Subject: pgsql: Rename ShmemVariableCache to TransamVariables
Next
From: Heikki Linnakangas
Date:
Subject: pgsql: Remove some unnecessary #includes of postmaster/interrupt.h