From 31176cd686f31dcb71392f6583f7b8d9cef63770 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Tue, 14 May 2024 21:16:19 +0200 Subject: Adding upstream version 16.3. Signed-off-by: Daniel Baumann --- doc/src/sgml/html/custom-scan-plan.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'doc/src/sgml/html/custom-scan-plan.html') diff --git a/doc/src/sgml/html/custom-scan-plan.html b/doc/src/sgml/html/custom-scan-plan.html index 29655b8..c6bec80 100644 --- a/doc/src/sgml/html/custom-scan-plan.html +++ b/doc/src/sgml/html/custom-scan-plan.html @@ -1,5 +1,5 @@ -61.2. Creating Custom Scan Plans

61.2. Creating Custom Scan Plans #

+61.2. Creating Custom Scan Plans

61.2. Creating Custom Scan Plans #

A custom scan is represented in a finished plan tree using the following structure:

@@ -64,4 +64,4 @@ Node *(*CreateCustomScanState) (CustomScan *cscan);
     stage; after ExecInitCustomScan performs basic initialization,
     the BeginCustomScan callback will be invoked to give the
     custom scan provider a chance to do whatever else is needed.
-   

\ No newline at end of file +

\ No newline at end of file -- cgit v1.2.3