-
Notifications
You must be signed in to change notification settings - Fork 122
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
Make ngx_postgres possible to build as dynamic module #54
base: master
Are you sure you want to change the base?
Conversation
ngx_feature_test="(void) PQescapeLiteral(NULL, NULL, 0); | ||
printf(\"$lib_version\")" | ||
. auto/feature | ||
fi |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Will you please explain these changes? I prefer minimal changes. Thanks!
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Does everything else look good?
PostgreSQL 9.2 released more then 4 years ago! I didn't seen questions for older then 9.4 version for a year on pgsql-admin. We have check per 9.1 and thats even an overkill. Longer check list makes config file harder to understand. Original config was made 6 years ago, many things changed in the world since then! There no any logical reason to support check per 8.0 postgresql version |
@cryptofuture Pull requests should be atomic and minimized. It's not good practice to include unrelated changes. If you think we should drop version checks against older Pg, then it deserves a separate dedicated pull request I'm afraid. |
@cryptofuture: thank you for your work! Do you have time to split this PR into two separate ones as requested by @agentzh? |
I'm interested in this feature. Is this PR still alive? |
Tested in production. I also updated version checks.