Skip to content
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

Question: Installation for Postgres-12 #16

Open
gowtham500 opened this issue Feb 11, 2020 · 1 comment
Open

Question: Installation for Postgres-12 #16

gowtham500 opened this issue Feb 11, 2020 · 1 comment

Comments

@gowtham500
Copy link

@gowtham500 gowtham500 commented Feb 11, 2020

Hello team,

  1. how do you install the extension for postgresql-12.
  2. I downloaded the releases package. Untar and copied the contents onto /usr/pgsql-12/share/extensions/
  3. When I restart postgresql by updating config, shared_preload_libraries='pg_wait_sampling'
    postgres does not start with error "unable to find file or directory with name pg_wait_sampling"
  4. Can you please share a step by step procedure.
@maksm90
Copy link
Collaborator

@maksm90 maksm90 commented Feb 14, 2020

Hi @gowtham500 !
If you have loaded source code from release link in current repository you have to build and install extension using make install command as described in README (all successive commands after git clone ...) previously installing dev package of your PostgreSQL distributive.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Linked pull requests

Successfully merging a pull request may close this issue.

None yet
2 participants
You can’t perform that action at this time.