8000
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 256be10 commit b7434dcCopy full SHA for b7434dc
src/include/nodes/pathnodes.h
@@ -2447,9 +2447,9 @@ typedef struct
2447
/*
2448
* Struct for extra information passed to subroutines of grouping_planner
2449
*
2450
- * limit_needed is true if we actually need a Limit plan node
+ * limit_needed is true if we actually need a Limit plan node.
2451
* limit_tuples is an estimated bound on the number of output tuples,
2452
- * or -1 if no LIMIT or couldn't estimate
+ * or -1 if no LIMIT or couldn't estimate.
2453
* count_est and offset_est are the estimated values of the LIMIT and OFFSET
2454
* expressions computed by preprocess_limit() (see comments for
2455
* preprocess_limit() for more information).
0 commit comments