8
0
mirror of https://github.com/FirebirdSQL/firebird.git synced 2025-01-23 00:03:02 +01:00

Remove incorrect assertion

This commit is contained in:
Dmitry Yemanov 2024-01-24 17:06:41 +03:00
parent 07ab7a7dfc
commit 8ae12ef7ba

View File

@ -3807,7 +3807,6 @@ static void store_big_record(thread_db* tdbb,
// What's left fits on a page. Store it somewhere.
const auto inLength = in - rpb->rpb_address;
// fb_assert(Compressor(tdbb, inLength, rpb->rpb_address).getPackedLength() == size);
stack.push(prior);