forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit308da17
committed
Add COPY_ARRAY_FIELD and COMPARE_ARRAY_FIELD
These handle node fields that are inline arrays (as opposed todynamically allocated arrays handled by COPY_POINTER_FIELD andCOMPARE_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.com1 parent8539929 commit308da17
2 files changed
+14
-4
lines changedLines changed: 7 additions & 4 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
53 | 53 |
| |
54 | 54 |
| |
55 | 55 |
| |
| 56 | + | |
| 57 | + | |
| 58 | + | |
| 59 | + | |
56 | 60 |
| |
57 | 61 |
| |
58 | 62 |
| |
| |||
4947 | 4951 |
| |
4948 | 4952 |
| |
4949 | 4953 |
| |
4950 |
| - | |
4951 |
| - | |
4952 |
| - | |
4953 |
| - | |
| 4954 | + | |
| 4955 | + | |
| 4956 | + | |
4954 | 4957 |
| |
4955 | 4958 |
| |
4956 | 4959 |
| |
|
Lines changed: 7 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
74 | 74 |
| |
75 | 75 |
| |
76 | 76 |
| |
| 77 | + | |
| 78 | + | |
| 79 | + | |
| 80 | + | |
| 81 | + | |
| 82 | + | |
| 83 | + | |
77 | 84 |
| |
78 | 85 |
| |
79 | 86 |
| |
|
0 commit comments
Comments
(0)