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