mirror of
https://github.com/debezium/postgres-decoderbufs.git
synced 2026-02-04 06:56:22 +00:00
DBZ-1052 Emit tx BEGIN/END messages
This commit is contained in:
committed by
Gunnar Morling
parent
01126bfa89
commit
870ecfa976
@@ -8,6 +8,8 @@ enum Op {
|
||||
INSERT = 0;
|
||||
UPDATE = 1;
|
||||
DELETE = 2;
|
||||
BEGIN = 3;
|
||||
COMMIT = 4;
|
||||
}
|
||||
|
||||
message Point {
|
||||
|
||||
Reference in New Issue
Block a user