Unverified Commit 0f3db399 authored by Dimitri Fontaine's avatar Dimitri Fontaine Committed by GitHub
Browse files

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
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment