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:56
Message-ID: E1qRU1s-000EIp-0n@gemulon.postgresql.org
Views: Raw Message | Whole Thread | 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
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/74a2dfee2255a1bace9b0053d014c4efa2823f4d

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 Etsuro Fujita 2023-08-03 08:49:57 pgsql: Doc: update documentation for creating custom scan paths.
Previous Message Etsuro Fujita 2023-08-03 08:22:56 pgsql: Update comments on CustomPath struct.