pgsql: Doc: update documentation for creating custom scan paths.

From: Etsuro Fujita <efujita(at)postgresql(dot)org>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Doc: update documentation for creating custom scan paths.
Date: 2023-08-03 08:49:57
Message-ID: [email protected]
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Doc: update documentation for creating custom scan paths.

Commit f49842d1e added a new callback for custom scan paths, but missed
updating the documentation.

Back-patch to all supported branches.

Discussion: https://postgr.es/m/CAPmGK15ODkN%2B%3DhkBCufj1HBW0x5OTb65Xuy7ryXchMdiCMpx_g%40mail.gmail.com

Branch
------
REL_15_STABLE

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

Modified Files
--------------
doc/src/sgml/custom-scan.sgml | 19 ++++++++++++++++++-
1 file changed, 18 insertions(+), 1 deletion(-)

Browse pgsql-committers by date

  From Date Subject
Next Message David Rowley 2023-08-03 21:28:10 pgsql: Account for startup rows when costing WindowAggs
Previous Message Etsuro Fujita 2023-08-03 08:49:56 pgsql: Doc: update documentation for creating custom scan paths.