Re: [EXTERNAL] Re: Support load balancing in libpq
Jelte Fennema-Nio <postgres@jeltef.nl>
From: Jelte Fennema <postgres@jeltef.nl>
To: Greg S <stark.cfm@gmail.com>
Cc: Jacob Champion <jchampion@timescale.com>, Maxim Orlov <orlovmg@gmail.com>, Jelte Fennema <Jelte.Fennema@microsoft.com>, Michael Banck <mbanck@gmx.net>, Aleksander Alekseev <aleksander@timescale.com>, "pgsql-hackers@postgresql.org" <pgsql-hackers@postgresql.org>,
Andres Freund <andres@anarazel.de>
Date: 2023-03-01T20:03:31Z
Lists: pgsql-hackers
Attachments
- v9-0002-Refactor-libpq-to-store-addrinfo-in-a-libpq-owned.patch (application/octet-stream) patch v9-0002
- v9-0003-Support-load-balancing-in-libpq.patch (application/octet-stream) patch v9-0003
- v9-0001-libpq-Run-pgindent-after-a9e9a9f32b3.patch (application/octet-stream) patch v9-0001
done and updated cf entry On Wed, 1 Mar 2023 at 20:13, Greg S <stark.cfm@gmail.com> wrote: > > This patch seems to need a rebase. > > I'll update the status to Waiting on Author for now. After rebasing > please update it to either Needs Review or Ready for Committer > depending on how simple the rebase was and whether there are open > questions to finish it.
Commits
-
Fix pointer cast for seed calculation on 32-bit systems
- 2fe7a6df94e6 16.0 landed
-
Copy and store addrinfo in libpq-owned private memory
- 44d85ba5a336 16.0 landed
-
libpq: Use modern socket flags, if available.
- bfc9497ece01 16.0 cited