We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0fe5041 commit 2f98f96Copy full SHA for 2f98f96
src/backend/executor/nodeTidrangescan.c
@@ -128,9 +128,11 @@ TidExprListCreate(TidRangeScanState *tidrangestate)
128
* TidRangeEval
129
*
130
* Compute and set node's block and offset range to scan by evaluating
131
- * the trss_tidexprs. Returns false if we detect the range cannot
+ * node->trss_tidexprs. Returns false if we detect the range cannot
132
* contain any tuples. Returns true if it's possible for the range to
133
- * contain tuples.
+ * contain tuples. We don't bother validating that trss_mintid is less
134
+ * than or equal to trss_maxtid, as the scan_set_tidrange() table AM
135
+ * function will handle that.
136
* ----------------------------------------------------------------
137
*/
138
static bool
0 commit comments