]> git.ipfire.org Git - thirdparty/postgresql.git/commit
Use deconstruct_array_builtin instead of deconstruct_array
authorÁlvaro Herrera <alvherre@alvh.no-ip.org>
Fri, 11 Oct 2024 07:54:18 +0000 (09:54 +0200)
committerÁlvaro Herrera <alvherre@alvh.no-ip.org>
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 <bertranddrouvot.pg@gmail.com>
Discussion: https://postgr.es/m/Zwi5g2GzlUX1NqxR@ip-10-97-1-34.eu-west-3.compute.internal
src/backend/catalog/pg_publication.c