Fix wal2json bytea values. (#253)
* Fix wal2json bytea values. The wal2json output plugin processes to remove the \x prefix from Postgres bytea strings, so pgcopydb needs to put the prefix back when transforming from the JSON to the SQL format. * Update unit testing files with the wal2json "type" column.
parent
a40111f3
Please register or sign in to comment