update libpq
#4490
Replies: 1 comment
-
|
We share some build Docker containers with apache/arrow; it seems we could bump the vcpkg commit forward slightly: https://github.com/apache/arrow/blob/6166ef59804cbae988954776704301656eb68c1a/.env#L95 A PR would be appreciated. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Dear community
We are building Python wheel package for adbc_driver_postgresql locally to get later version of libpq in order to pick up the
newer client features, e.g.
sslnegotiation=direct. The ABI is unchanged, so it seems to work smoothly.I can see libpq is pinned in .env VCPKG= that points to libpq 16.9.
Latest is 18.4. https://github.com/microsoft/vcpkg/blob/master/ports/libpq/vcpkg.json
Are there other dependencies holding back on upgrading or is it already in the pipeline or a recurring task to bump compatible versions in the release cycles?
I'm just curious on the process and if it is w.i.p. I will just watch here patiently. Otherwise consider this post as a flag and at least I am sharing successful experience of bumping the libpq version.
thanks
Søren
Beta Was this translation helpful? Give feedback.
All reactions