mirror of
https://github.com/debezium/postgres-decoderbufs.git
synced 2026-02-04 06:56:22 +00:00
DBZ-1052 DBZ-1746 Add unknown message type
This commit is contained in:
committed by
Gunnar Morling
parent
870ecfa976
commit
e29a2580a5
@@ -5,6 +5,7 @@ option java_outer_classname = "PgProto";
|
||||
option optimize_for = SPEED;
|
||||
|
||||
enum Op {
|
||||
UNKNOWN = -1;
|
||||
INSERT = 0;
|
||||
UPDATE = 1;
|
||||
DELETE = 2;
|
||||
|
||||
Reference in New Issue
Block a user