mirror of
https://github.com/debezium/postgres-decoderbufs.git
synced 2026-02-04 06:56:22 +00:00
DBZ-485 Replication message provides full type info
This commit is contained in:
committed by
Gunnar Morling
parent
6c1723a179
commit
2f3179ef4e
@@ -30,6 +30,10 @@ message DatumMessage {
|
||||
}
|
||||
}
|
||||
|
||||
message TypeInfo {
|
||||
required string modifier = 1;
|
||||
}
|
||||
|
||||
message RowMessage {
|
||||
optional uint32 transaction_id = 1;
|
||||
optional uint64 commit_time = 2;
|
||||
@@ -37,4 +41,5 @@ message RowMessage {
|
||||
optional Op op = 4;
|
||||
repeated DatumMessage new_tuple = 5;
|
||||
repeated DatumMessage old_tuple = 6;
|
||||
repeated TypeInfo new_typeinfo = 7;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user