We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
"The value of "offset" is out of range. It must be >= 0 and <= 305. Received 208928780"
This happens on a table with replica indetity set to full. (so that old values are sent on update)
The issue is with 'O' TupleData parsing, where the parser is not skipping the 2 byte column count after the 'O' tag.
Fix: https://megous.com/dl/tmp/0001-Fix-update-message-parsing-in-subscribe.patch