pgsql: Fix custom validators call in build_local_reloptions() - Mailing list pgsql-committers

From Alexander Korotkov
Subject pgsql: Fix custom validators call in build_local_reloptions()
Date
Msg-id E1pqXvu-004Uaj-Id@gemulon.postgresql.org
Whole thread Raw
List 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
------
REL_15_STABLE

Details
-------
https://git.postgresql.org/pg/commitdiff/6e7361c85e95a09ee0d1fbb2f8460962b86489ab

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


pgsql-committers by date:

Previous
From: Alexander Korotkov
Date:
Subject: pgsql: Validate ltree siglen GiST option to be int-aligned
Next
From: Alexander Korotkov
Date:
Subject: pgsql: Fix custom validators call in build_local_reloptions()