citus/src
Burak Yucesoy 7cb92b8bb1 Fix COPY produces error when using array of user-defined types
Fixes #463

OID of user-defined types may be different in master and worker nodes. This causes errors
while sending data between nodes with binary nodes. Because binary copy format adds OID
of the element if it is in an array. The code adding OID is in PostgreSQL code, therefore
we cannot change it. Instead we decided to use text format if we try to send array of
user-defined type.
2016-07-13 11:12:24 +03:00
..
backend Fix COPY produces error when using array of user-defined types 2016-07-13 11:12:24 +03:00
bin Provide our own psqlscan.l->psqlscan.l rule. 2016-06-22 11:03:23 -07:00
include Combine router executor paths for select and modify commands. 2016-07-01 13:07:12 -07:00
test/regress Fix COPY produces error when using array of user-defined types 2016-07-13 11:12:24 +03:00