Re: postgres_fdw batching vs. (re)creating the tuple slots - Mailing list pgsql-hackers

From Bharath Rupireddy
Subject Re: postgres_fdw batching vs. (re)creating the tuple slots
Date
Msg-id CALj2ACWC8ecAZz5hOVh7vf+82s3_t8HKoMjQFbuncT+a4jn+vQ@mail.gmail.com
Whole thread Raw
In response to Re: postgres_fdw batching vs. (re)creating the tuple slots  (Tomas Vondra <tomas.vondra@enterprisedb.com>)
Responses Re: postgres_fdw batching vs. (re)creating the tuple slots
List pgsql-hackers
On Wed, Jun 9, 2021 at 4:00 PM Tomas Vondra
<tomas.vondra@enterprisedb.com> wrote:
>
> Hi,
>
> Here's a v2 fixing a silly bug with reusing the same variable in two
> nested loops (worked for simple postgres_fdw cases, but "make check"
> failed).

I applied these patches and ran make check in postgres_fdw contrib
module, I saw a server crash. Is it the same failure you were saying
above?

With Regards,
Bharath Rupireddy.



pgsql-hackers by date:

Previous
From: Ajin Cherian
Date:
Subject: Re: Decoding of two-phase xacts missing from CREATE_REPLICATION_SLOT command
Next
From: Amit Kapila
Date:
Subject: Re: Decoding speculative insert with toast leaks memory