v22b-0013-review.patch
text/x-patch
Filename: v22b-0013-review.patch
Type: text/x-patch
Part: 12
Patch
Format: format-patch
Series: patch 0013
Subject: review
| File | + | − |
|---|---|---|
| src/include/nodes/execnodes.h | 3 | 3 |
From 4aedd8875f6f5edd8fcd28dd63c15ae4002cd43f Mon Sep 17 00:00:00 2001 From: Tomas Vondra <tv@fuzzy.cz> Date: Tue, 18 Jun 2024 22:33:04 +0200 Subject: [PATCH v22b 13/29] review --- src/include/nodes/execnodes.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/include/nodes/execnodes.h b/src/include/nodes/execnodes.h index d1b1a9e0d79..34891afd0b2 100644 --- a/src/include/nodes/execnodes.h +++ b/src/include/nodes/execnodes.h @@ -1793,7 +1793,7 @@ typedef struct ParallelBitmapHeapState /* ---------------- * BitmapHeapScanState information * - * currentScanDesc current scan descriptor for scan (NULL if none) + * currentScanDesc current scan descriptor for scan (NULL if none) * bitmapqualorig execution state for bitmapqualorig expressions * tbm bitmap obtained from child index scan(s) * pvmbuffer buffer for visibility-map lookups of prefetched pages @@ -1834,7 +1834,7 @@ typedef struct BitmapHeapScanState /* ---------------- * TidScanState information * - * currentScanDesc current scan descriptor for scan (NULL if none) + * currentScanDesc current scan descriptor for scan (NULL if none) * tidexprs list of TidExpr structs (see nodeTidscan.c) * isCurrentOf scan has a CurrentOfExpr qual * NumTids number of tids in this scan @@ -1856,7 +1856,7 @@ typedef struct TidScanState /* ---------------- * TidRangeScanState information * - * currentScanDesc current scan descriptor for scan (NULL if none) + * currentScanDesc current scan descriptor for scan (NULL if none) * trss_tidexprs list of TidOpExpr structs (see nodeTidrangescan.c) * trss_mintid the lowest TID in the scan range * trss_maxtid the highest TID in the scan range -- 2.45.2