DB-1367 Sending marker for unchanged TOAST columns

This commit is contained in:
Gunnar Morling
2019-07-01 12:54:52 +02:00
parent 44cf35d4b5
commit 3c910fff12
4 changed files with 48 additions and 31 deletions

View File

@@ -27,6 +27,7 @@ message DatumMessage {
string datum_string = 8;
bytes datum_bytes = 9;
Point datum_point = 10;
bool datum_missing = 11;
}
}