Add COPY_ARRAY_FIELD and COMPARE_ARRAY_FIELD
Peter Eisentraut <peter@eisentraut.org>
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
Files
| Path | Change | +/− |
|---|---|---|
| src/backend/nodes/copyfuncs.c | modified | +7 −4 |
| src/backend/nodes/equalfuncs.c | modified | +7 −0 |
Discussion
- automatically generating node support functions 89 messages · 2021-06-07 → 2022-08-09