Обсуждение: pgsql: Fix custom validators call in build_local_reloptions()

Поиск
Список
Период
Сортировка

pgsql: Fix custom validators call in build_local_reloptions()

От
Alexander Korotkov
Дата:
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_14_STABLE

Details
-------
https://git.postgresql.org/pg/commitdiff/9ef5a358378423a1208bee73b9cb3381f27cd3c2

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