mirror of
https://github.com/pgvector/pgvector.git
synced 2026-07-02 02:31:16 +08:00
Fixed initialization
This commit is contained in:
@@ -894,7 +894,7 @@ static List *
|
||||
RemoveElementsBeingDeleted(List *w)
|
||||
{
|
||||
ListCell *lc2;
|
||||
List *w2;
|
||||
List *w2 = NIL;
|
||||
|
||||
foreach(lc2, w)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user