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 03:36:09
Message-ID: CAMbWs4-3HB8DrHr1NUFQjFB1AzoB8hhr-a_6wMyPbYcjQk5Wcw@mail.gmail.com
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On Fri, Jul 3, 2026 at 11:27 AM Richard Guo <guofenglinux(at)gmail(dot)com> wrote:
> 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.

I've just pushed a trivial patch for the pgindent fix.

- Richard

In response to

Browse pgsql-hackers by date

  From Date Subject
Previous Message Thomas Munro 2026-07-03 03:32:54 Can we get rid of TerminateThread() in pg_dump?