mirror of https://github.com/citusdata/citus.git
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. |
||
---|---|---|
.. | ||
backend | ||
bin | ||
include | ||
test/regress |