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

Don't include libpq-fe.h from soci/postgresql/soci-postgresql.h #1211

Merged
merged 1 commit into from
Mar 4, 2025

Conversation

vadz
Copy link
Member

@vadz vadz commented Mar 4, 2025

This allows including this file from the code including the library even if that code doesn't set up its include paths to find libpq headers.

Also remove some more apparently unneeded headers and don't bother disabling MSVC warning 4355 which is never given in these files.

This allows including this file from the code including the library even
if that code doesn't set up its include paths to find libpq headers.

Also remove some more apparently unneeded headers and don't bother
disabling MSVC warning 4355 which is never given in these files.
@vadz vadz merged commit 7ad6535 into SOCI:master Mar 4, 2025
25 checks passed
@vadz vadz deleted the postgres-headers-cleanup branch March 4, 2025 23:49
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant