Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 8a7040d

Browse files
committedFeb 9, 2025
Removed unneeded code [skip ci]
1 parent d828239 commit 8a7040d

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed
 

‎examples/citus/example.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -40,9 +40,6 @@
4040
for i in range(rows):
4141
copy.write_row([embeddings[i], categories[i]])
4242

43-
while conn.pgconn.flush() == 1:
44-
pass
45-
4643
print('Creating index in parallel')
4744
conn.execute('CREATE INDEX ON items USING hnsw (embedding vector_l2_ops)')
4845

0 commit comments

Comments
 (0)
Please sign in to comment.