Re: pg_plan_advice: FOREIGN_JOIN advice generated for a single-relation foreign scan is not round-trip safe

From: Richard Guo <guofenglinux(at)gmail(dot)com>
To: Robert Haas <robertmhaas(at)gmail(dot)com>
Cc: Mahendra Singh Thalor <mahi6run(at)gmail(dot)com>, PostgreSQL Hackers <pgsql-hackers(at)lists(dot)postgresql(dot)org>
Subject: Re: pg_plan_advice: FOREIGN_JOIN advice generated for a single-relation foreign scan is not round-trip safe
Date: 2026-07-03 02:27:22
Message-ID: CAMbWs49wWp0H4Wd-4QzLztUPDTVUPt3a8f_n_GVQ5uVab_4fAA@mail.gmail.com
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On Fri, Jul 3, 2026 at 5:20 AM Robert Haas <robertmhaas(at)gmail(dot)com> wrote:
> Done. I ended up making some changes to the test case as well,
> basically to make it less likely that it could accidentally pass.

Seems pgindent is needed for this commit.

- Richard

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Ashutosh Bapat 2026-07-03 02:47:22 Re: GetBufferDescriptor() being called for local buffers from MarkBufferDirtyHint()
Previous Message Japin Li 2026-07-03 02:18:08 Re: WAL compression setting after PostgreSQL LZ4 default change