pgsql: Add COPY_ARRAY_FIELD and COMPARE_ARRAY_FIELD - Mailing list pgsql-committers

From Peter Eisentraut
Subject pgsql: Add COPY_ARRAY_FIELD and COMPARE_ARRAY_FIELD
Date
Msg-id E1mQ42b-0001sX-JL@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
Add COPY_ARRAY_FIELD and COMPARE_ARRAY_FIELD

These handle node fields that are inline arrays (as opposed to
dynamically allocated arrays handled by COPY_POINTER_FIELD and
COMPARE_POINTER_FIELD).  These cases were hand-coded until now.

Reviewed-by: Jacob Champion <pchampion@vmware.com>
Discussion: https://www.postgresql.org/message-id/c091e5cd-45f8-69ee-6a9b-de86912cc7e7@enterprisedb.com

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/308da179e7c2c41c146e23a1418f6419aee340af

Modified Files
--------------
src/backend/nodes/copyfuncs.c  | 11 +++++++----
src/backend/nodes/equalfuncs.c |  7 +++++++
2 files changed, 14 insertions(+), 4 deletions(-)


pgsql-committers by date:

Previous
From: Andres Freund
Date:
Subject: pgsql: jit: Do not try to shut down LLVM state in case of LLVM triggere
Next
From: Tom Lane
Date:
Subject: pgsql: Fix planner error with multiple copies of an AlternativeSubPlan.