pgsql: Use deconstruct_array_builtin instead of deconstruct_array - Mailing list pgsql-committers

From Álvaro Herrera
Subject pgsql: Use deconstruct_array_builtin instead of deconstruct_array
Date
Msg-id E1szAU4-000HuG-2L@gemulon.postgresql.org
Whole thread Raw
List 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.pg@gmail.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(-)


pgsql-committers by date:

Previous
From: Tatsuo Ishii
Date:
Subject: pgsql: pgbench: Improve result outputs related to failed transactions.
Next
From: Daniel Gustafsson
Date:
Subject: pgsql: Fix typo in connection limits test