-
Notifications
You must be signed in to change notification settings - Fork 20
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
What is this error? #8
Comments
Installcheck is failing because the user you're authenticating to on postgresql can't create databases. You have a permissions issue. Also, I think your error text has a few missing newlines? Technically, you don't need to run |
Tks! i try
These are not errors, right ? |
That just looks like the normal install process. Also, please use proper formatting for code blocks. |
Sorry, this is my first commit on github . thank you very much . But I have a question . Does this program need a strong system? My VPS only 2core and 4gb |
It's not a program? It's a postgres extension, and it entirely depends on the number if hashes you're trying to index, and your tolerance for query time.. |
Hey @fake-name , I am facing the same issue as @kathynguyen333 . but after all the steps when start the postgres and create the extension, it is saying Operator<--> already exists. and when I try to drop the extension, it says extension does not exist. |
@aigupta - You're running into a completely different issue. From the look of it, something is already providing the |
This might be a problem in the future for me. Is it relatively simple to redefine the symbol your extension uses for the operator and recompile? |
I believe you just have to change https://github.com/fake-name/pg-spgist_hamming/blob/master/bktree/bktree--1.0.sql#L81 before installing the extension. The overload of |
The text was updated successfully, but these errors were encountered: