pgsql: Fix custom validators call in build_local_reloptions()

From: Alexander Korotkov <akorotkov(at)postgresql(dot)org>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Fix custom validators call in build_local_reloptions()
Date: 2023-04-23 11:30:36
Message-ID: E1pqXvP-004UZs-99@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Fix custom validators call in build_local_reloptions()

We need to call them only when validate == true.

Backpatch to 13, where opclass options were introduced.

Reported-by: Tom Lane
Discussion: https://postgr.es/m/2656633.1681831542%40sss.pgh.pa.us
Reviewed-by: Tom Lane, Pavel Borisov
Backpatch-through: 13

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/cd115c3530bd59bb0305d62ccef1c9504207ff4c

Modified Files
--------------
src/backend/access/common/reloptions.c | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Alexander Korotkov 2023-04-23 11:31:07 pgsql: Fix custom validators call in build_local_reloptions()
Previous Message Peter Geoghegan 2023-04-23 03:11:04 Re: pgsql: doc: add transaction processing chapter with internals info