DBZ-1052 DBZ-1746 Add unknown message type

This commit is contained in:
Jiri Pechanec
2020-01-30 12:20:40 +01:00
committed by Gunnar Morling
parent 870ecfa976
commit e29a2580a5
3 changed files with 14 additions and 10 deletions

View File

@@ -5,6 +5,7 @@ option java_outer_classname = "PgProto";
option optimize_for = SPEED;
enum Op {
UNKNOWN = -1;
INSERT = 0;
UPDATE = 1;
DELETE = 2;