Re: Allowing REINDEX to have an optional name - Mailing list pgsql-hackers

From Alvaro Herrera
Subject Re: Allowing REINDEX to have an optional name
Date
Msg-id 20220715130334.p2qe6nefuod7ncex@alvherre.pgsql
Whole thread Raw
In response to Re: Allowing REINDEX to have an optional name  (Alvaro Herrera <alvherre@alvh.no-ip.org>)
Responses Re: Allowing REINDEX to have an optional name
List pgsql-hackers
On 2022-Jul-15, Alvaro Herrera wrote:

> Not sure what to make of this.  Maybe the fix in 054325c5eeb3 is not
> right, but I don't understand why it doesn't fail in the macOS machines
> in the buildfarm.

Ah, one theory is that the libpq_pipeline program is getting linked to
an installed version of libpq that doesn't contain the fixes.  Maybe you
can do `ldd /path/to/libpq_pipeline` and see which copy of libpq.so it
is picking up?

-- 
Álvaro Herrera         PostgreSQL Developer  —  https://www.EnterpriseDB.com/
"No deja de ser humillante para una persona de ingenio saber
que no hay tonto que no le pueda enseñar algo." (Jean B. Say)



pgsql-hackers by date:

Previous
From: Pavel Borisov
Date:
Subject: Re: remove reset_shared()
Next
From: Japin Li
Date:
Subject: Re: Doc about how to set max_wal_senders when setting minimal wal_level