Re: [EXTERNAL] Support load balancing in libpq

From: Julien Rouhaud <rjuju123(at)gmail(dot)com>
To: Daniel Gustafsson <daniel(at)yesql(dot)se>
Cc: "Hayato Kuroda (Fujitsu)" <kuroda(dot)hayato(at)fujitsu(dot)com>, Jelte Fennema <postgres(at)jeltef(dot)nl>, Tatsuo Ishii <ishii(at)sraoss(dot)co(dot)jp>, "Gregory Stark (as CFM)" <stark(dot)cfm(at)gmail(dot)com>, Andrey Borodin <amborodin86(at)gmail(dot)com>, Jacob Champion <jchampion(at)timescale(dot)com>, Maxim Orlov <orlovmg(at)gmail(dot)com>, Jelte Fennema <Jelte(dot)Fennema(at)microsoft(dot)com>, "mbanck(at)gmx(dot)net" <mbanck(at)gmx(dot)net>, "aleksander(at)timescale(dot)com" <aleksander(at)timescale(dot)com>, PostgreSQL Hackers <pgsql-hackers(at)postgresql(dot)org>, "andres(at)anarazel(dot)de" <andres(at)anarazel(dot)de>
Subject: Re: [EXTERNAL] Support load balancing in libpq
Date: 2023-03-30 08:00:29
Message-ID: CAOBaU_a1EM+YAf+f5=_Jzz=Dh-8pJh2WuR_WbQkTq+O5r4n8TA@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On Thu, Mar 30, 2023 at 3:03 PM Daniel Gustafsson <daniel(at)yesql(dot)se> wrote:
>
> > On 30 Mar 2023, at 03:48, Hayato Kuroda (Fujitsu) <kuroda(dot)hayato(at)fujitsu(dot)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.

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Pavel Stehule 2023-03-30 08:05:30 Re: Schema variables - new implementation for Postgres 15
Previous Message houzj.fnst@fujitsu.com 2023-03-30 07:59:34 RE: Support logical replication of DDLs