pgsql: Use deconstruct_array_builtin instead of deconstruct_array

From: Álvaro Herrera <alvherre(at)alvh(dot)no-ip(dot)org>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Use deconstruct_array_builtin instead of deconstruct_array
Date: 2024-10-11 07:54:47
Message-ID: E1szAU4-000HuG-2L@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

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(dot)pg(at)gmail(dot)com>
Discussion: https://postgr.es/m/Zwi5g2GzlUX1NqxR@ip-10-97-1-34.eu-west-3.compute.internal

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/099c572d3384f1cbac6f6a108f56de222c10c11e

Modified Files
--------------
src/backend/catalog/pg_publication.c | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Daniel Gustafsson 2024-10-11 08:07:42 pgsql: Fix typo in connection limits test
Previous Message Tatsuo Ishii 2024-10-11 04:50:10 pgsql: pgbench: Improve result outputs related to failed transactions.