Re: Add semi-join pushdown to postgres_fdw - Mailing list pgsql-hackers

From Pavel Luzanov
Subject Re: Add semi-join pushdown to postgres_fdw
Date
Msg-id d3206a3d-830a-4a0a-a0c7-5c2a88205f33@postgrespro.ru
Whole thread Raw
In response to Re: Add semi-join pushdown to postgres_fdw  (Alexander Korotkov <aekorotkov@gmail.com>)
List pgsql-hackers
Hi, Alexander!

On 12.02.2024 05:27, Alexander Korotkov wrote:
But the worst thing is that replacing AND with OR causes breaking session and server restart:
I haven't managed to reproduce this yet.  Could you give more details:
machine, OS, compile options, backtrace?
We already had off-list conversation with Alexander Pyhalov.

Yesterday, after rebuilding the server, I can't reproduce the error.
I have good reason to believe that the problem was on my side.
On Friday, I tested another patch and built the server several times.
Most likely, I just made a mistake during the server build.

Sorry for the noise.
-- 
Pavel Luzanov
Postgres Professional: https://postgrespro.com

pgsql-hackers by date:

Previous
From: jian he
Date:
Subject: Re: RFC: Logging plan of the running query
Next
From: Alena Rybakina
Date:
Subject: Re: POC, WIP: OR-clause support for indexes