Re: DOCS: pg_plan_advice minor doc fixes

From: Robert Haas <robertmhaas(at)gmail(dot)com>
To: jie wang <jugierwang(at)gmail(dot)com>
Cc: Lakshmi N <lakshmin(dot)jhs(at)gmail(dot)com>, pgsql-hackers(at)postgresql(dot)org, pgsql-hackers(at)lists(dot)postgresql(dot)org
Subject: Re: DOCS: pg_plan_advice minor doc fixes
Date: 2026-04-13 16:49:43
Message-ID: CA+TgmoaD3n9SaSb+Z3wUUts1-iR_BPzO5TkC+yMGwXJ_uhexrQ@mail.gmail.com
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On Wed, Apr 8, 2026 at 3:52 AM jie wang <jugierwang(at)gmail(dot)com> wrote:
> I found that this patch is not fully modified and is missing a part:
> `Foreign Scan` ---> `Foreign Join`

I believe you're wrong about this. EXPLAIN shows "Foreign Scan", not
"Foreign Join".

Committed without this change.

--
Robert Haas
EDB: http://www.enterprisedb.com

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Robert Haas 2026-04-13 16:54:08 Re: pg_stash_advice doc
Previous Message Alexandre Felipe 2026-04-13 16:38:50 Re: SLOPE - Planner optimizations on monotonic expressions.