pgsql: Test that it works to RESET an invalid reloption

From: Alvaro Herrera <alvherre(at)alvh(dot)no-ip(dot)org>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Test that it works to RESET an invalid reloption
Date: 2023-12-08 11:15:31
Message-ID: E1rBYpP-009BxO-2j@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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(at)nataraj(dot)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(+)

Browse pgsql-committers by date

  From Date Subject
Next Message Heikki Linnakangas 2023-12-08 11:22:56 pgsql: Remove some unnecessary #includes of postmaster/interrupt.h
Previous Message Heikki Linnakangas 2023-12-08 07:51:08 pgsql: Rename ShmemVariableCache to TransamVariables