-
Notifications
You must be signed in to change notification settings - Fork 73
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
CREATE INDEX gives: ERROR: pgvecto.rs: The index is already existing in the background worker. #413
Comments
Have you run the create index before? It's a bit weird. Can you try restarting the database to see whether the issue still exists? |
I have stopped the server, removed the data directory and set up a completely fresh cluster with:
My postgresql.auto.conf:
The error persists. |
Can you try remove all the file under |
As said before, I started with a empty, freshly initialized $PGDATA directory. However, I think I have found a way to reproduce it:
No problems.
It's the UNLOGGED. Since UNLOGGED is a supported directive for CREATE TABLE since PostgreSQL v9.1 (https://www.postgresql.org/docs/9.1/sql-createtable.html) I'd say, this is a bug. Or is it documented behavior? best regards Ernst-Georg |
It's intended behavior in |
Hello,
PostgreSQL 16.2 on Ubuntu 22.04.3 LTS. pgvector.rs binary release 0.2.1. psql CLI.
ERROR: pgvecto.rs: The index is already existing in the background worker.
How can the INDEX already exist when I just tried to create it?
What am I doing wrong? Or is this a bug?
best regards
Ernst-Georg
The text was updated successfully, but these errors were encountered: