Use deconstruct_array_builtin instead of deconstruct_array
authorÁlvaro Herrera <[email protected]>
Fri, 11 Oct 2024 07:54:18 +0000 (09:54 +0200)
committerÁlvaro Herrera <[email protected]>
Fri, 11 Oct 2024 07:54:18 +0000 (09:54 +0200)
commit099c572d3384f1cbac6f6a108f56de222c10c11e
tree91fe006315df4f997c2c5d1b21b74bea9d65cb79
parentcae0f3c40554e85cd004732f3f57b9cb936136d2
Use deconstruct_array_builtin instead of deconstruct_array

Commit 062a84442424 introduced use of deconstruct_array when
deconstruct_array_builtin can be used instead.  Do that to save some
code.

Author: Bertrand Drouvot <[email protected]>
Discussion: https://postgr.es/m/[email protected]
src/backend/catalog/pg_publication.c