Fix custom validators call in build_local_reloptions()

Alexander Korotkov <akorotkov@postgresql.org>

Commit: 9ef5a358378423a1208bee73b9cb3381f27cd3c2
Author: Alexander Korotkov <akorotkov@postgresql.org>
Date: 2023-04-23T11:00:13Z
Releases: 14.8
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

Files

PathChange+/−
src/backend/access/common/reloptions.c modified +3 −2

Discussion