-
Notifications
You must be signed in to change notification settings - Fork 6.4k
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
[libpq] fix error at link time on linux #6016
Merged
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@Izowiuz I will wait for your review. |
edmBernard
changed the title
[libpq] fix error at link time on linux
WIP [libpq] fix error at link time on linux
Apr 9, 2019
Could you also bump the version in the CONTROL file? |
Hi @edmBernard, I see some failures from the current CI system.
|
@NancyLi1013 It's really strange test seem to work before my last commit that was only a version number. I rebase first to be sure. I will check after. Does qt5-base fail to build ? |
edmBernard
force-pushed
the
dev/fix_libpq_on_linux
branch
from
April 12, 2019 08:04
4378682
to
0cac89b
Compare
Thanks for the PR, @edmBernard! |
grdowns
changed the title
WIP [libpq] fix error at link time on linux
[libpq] fix error at link time on linux
Apr 12, 2019
azure-sdk
added a commit
to azure-sdk/vcpkg
that referenced
this pull request
Oct 3, 2024
## 1.14.0 (2024-10-03) ### Features Added - Added a new constructor for `Azure::Core::Context` that takes an `Azure::DateTime` deadline. This enables creating a new context directly with a deadline. - Request logs to now include the `accept-range`, `content-range`, `range`, `WWW-Authenticate`, `x-ms-date`, `x-ms-error-code`, `x-ms-range`, and `x-ms-version` headers. - Added default constructor, `Parse()`, and equality comparison operators to `Azure::Core::Uuid`. - Added an `Azure::Core::ResourceIdentifier` type. ### Breaking Changes - Deprecated the `Azure::Core::Context::ApplicationContext` object. - If customer code is using `Azure::Core::Context::ApplicationContext`, the customer should instead create their own root context object which is used wherever the customer would have previously used `Azure::Core::Context::ApplicationContext`, i.e. `Azure::Core::Context(deadline)` instead of `Azure::Core::Context::ApplicationContext.WithDeadline(deadline)`. ### Bugs Fixed - Throw `std::invalid_argument` if the value of `TimeFractionFormat` enum passed in to `DateTime::ToString()` is invalid. - `Azure::Core::Uuid::ToString()` is now `const`. - Make the HTTP transport behavior consistent between WinHTTP and libcurl by disabling automatically following redirects on Windows. - Added basic input validation to `Azure::Core::ResourceIdentifier` to ensure the prefix match what is expected. ### Other Changes - [[microsoft#5851]](Azure/azure-sdk-for-cpp#5851) Remove unneeded `<regex>` includes. (A community contribution, courtesy of _[rschu1ze](https://github.com/rschu1ze)_) - [[microsoft#6014]](Azure/azure-sdk-for-cpp#6014), [[microsoft#6016]](Azure/azure-sdk-for-cpp#6016) Fixes for Doxygen generation. (A community contribution, courtesy of _[chewi](https://github.com/chewi)_) ### Acknowledgments Thank you to our developer community members who helped to make Azure Core better with their contributions to this release: - Robert Schulze _([GitHub](https://github.com/rschu1ze))_ - James Le Cuirot _([GitHub](https://github.com/chewi))_
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
A fix for this issue #5884
It is observed when we try to link libpq with executable on linux.