fixes handling of incomplete databases (missing tx on relation)

This commit is contained in:
2026-04-10 09:29:31 +02:00
parent 17015f1bbc
commit 360df27a53
3 changed files with 15 additions and 7 deletions

View File

@@ -73,6 +73,7 @@ class TxStream extends AbstractTxStream {
}
public void loadStream() {
if(chunks.size()>0) return;
try {
List<byte[]> chunks = getChunks();
int blockid = 0;