pgsql: Add COPY_ARRAY_FIELD and COMPARE_ARRAY_FIELD

Поиск
Список
Период
Сортировка
От Peter Eisentraut
Тема pgsql: Add COPY_ARRAY_FIELD and COMPARE_ARRAY_FIELD
Дата
Msg-id E1mQ42b-0001sX-JL@gemulon.postgresql.org
обсуждение исходный текст
Список 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 по дате отправления:

Предыдущее
От: Andres Freund
Дата:
Сообщение: pgsql: jit: Do not try to shut down LLVM state in case of LLVM triggere
Следующее
От: Tom Lane
Дата:
Сообщение: pgsql: Fix planner error with multiple copies of an AlternativeSubPlan.