Re: DOCS: pg_plan_advice minor doc fixes
Robert Haas <robertmhaas@gmail.com>
From: Robert Haas <robertmhaas@gmail.com>
To: jie wang <jugierwang@gmail.com>
Cc: Lakshmi N <lakshmin.jhs@gmail.com>, pgsql-hackers@postgresql.org, pgsql-hackers@lists.postgresql.org
Date: 2026-04-13T16:49:43Z
Lists: pgsql-hackers
On Wed, Apr 8, 2026 at 3:52 AM jie wang <jugierwang@gmail.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
Commits
Same data as JSON:
GET /api/v1/messages/:b64id/commits
the thread's linked commits as JSON, with link sources.
API reference →
-
doc: Fix a couple of mistakes in pgplanadvice.sgml
- f4a4f1a7e628 19 (unreleased) landed