Re: [EXTERNAL] Support load balancing in libpq - Mailing list pgsql-hackers

From Daniel Gustafsson
Subject Re: [EXTERNAL] Support load balancing in libpq
Date
Msg-id 9CC73B9C-662D-49A3-95ED-607860F3DB87@yesql.se
Whole thread Raw
In response to Re: [EXTERNAL] Support load balancing in libpq  (Julien Rouhaud <rjuju123@gmail.com>)
Responses Re: [EXTERNAL] Support load balancing in libpq  (Daniel Gustafsson <daniel@yesql.se>)
List pgsql-hackers
> On 30 Mar 2023, at 10:00, Julien Rouhaud <rjuju123@gmail.com> wrote:
>
> On Thu, Mar 30, 2023 at 3:03 PM Daniel Gustafsson <daniel@yesql.se> wrote:
>>
>>> On 30 Mar 2023, at 03:48, Hayato Kuroda (Fujitsu) <kuroda.hayato@fujitsu.com> wrote:
>>
>>> While checking the buildfarm, I found a failure on NetBSD caused by the added code[1]:
>>
>> Thanks for reporting, I see that lapwing which runs Linux (Debian 7, gcc 4.7.2)
>> has the same error.  I'll look into it today to get a fix committed.
>
> This is an i686 machine, so it probably has the same void *
> difference.  Building with -m32 might be enough to reproduce the
> problem.

Makes sense.  I think the best option is to simply remove conn from being part
of the seed and rely on the other values.  Will apply that after a testrun.

--
Daniel Gustafsson




pgsql-hackers by date:

Previous
From: "Hayato Kuroda (Fujitsu)"
Date:
Subject: RE: doc: add missing "id" attributes to extension packaging page
Next
From: Pavel Stehule
Date:
Subject: Re: Schema variables - new implementation for Postgres 15