🌐 AI搜索 & 代理 主页
Skip to content

Commit 428a899

Browse files
author
Alena Rybakina
committed
Delete Assert(entry->rows <= data->rows) because of
different races access to aqo_data storage.
1 parent 0e0581c commit 428a899

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

storage.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1322,7 +1322,6 @@ aqo_data_store(uint64 fs, int fss, OkNNrdata *data, List *reloids)
13221322
}
13231323

13241324
Assert(DsaPointerIsValid(entry->data_dp));
1325-
Assert(entry->rows <= data->rows); /* Reserved for the future features */
13261325

13271326
if (entry->cols != data->cols || entry->nrels != list_length(reloids))
13281327
{

0 commit comments

Comments
 (0)