DBZ-937 add wal2json replication message handling for CITEXT

This commit is contained in:
Olavi Mustanoja 2018-10-07 23:30:19 +03:00 committed by Jiri Pechanec
parent 8bad7f8332
commit 0c986b4a78

View File

@ -346,6 +346,7 @@ else if (rawValue.isBigInteger()) {
case "geography":
return rawValue.asString();
case "citext":
case "bit":
case "bit varying":
case "varbit":