pgsql: doc: Fix a couple of mistakes in pgplanadvice.sgml

From: Robert Haas <rhaas(at)postgresql(dot)org>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: doc: Fix a couple of mistakes in pgplanadvice.sgml
Date: 2026-04-13 16:49:34
Message-ID: E1wCKTd-000oYG-1p@gemulon.postgresql.org
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-committers

doc: Fix a couple of mistakes in pgplanadvice.sgml

It said FOREIGN_SCAN where it should say FOREIGN_JOIN.

NESTED_LOOP_MEMOIZE was mistakenly omitted from the list of join
methods.

Author: Lakshmi N <lakshmin(dot)jhs(at)gmail(dot)com>
Reviewed-by: jie wang <jugierwang(at)gmail(dot)com>
Discussion: http://postgr.es/m/CA+3i_M-mo7Of=Pn8WzRfJLt=fc=gDTn1oOdj8v8BEtgXh9ZMCg@mail.gmail.com

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/f4a4f1a7e6285c846a4c2662d8ce5246a6bcb7e7

Modified Files
--------------
doc/src/sgml/pgplanadvice.sgml | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Robert Haas 2026-04-13 16:53:59 pgsql: doc: Remove stray word from pg_stash_advice docs.
Previous Message Robert Haas 2026-04-13 15:55:03 pgsql: pg_plan_advice: Export feedback-related definitions.