diff options
author | Etsuro Fujita <efujita@postgresql.org> | 2019-05-08 16:49:09 +0900 |
---|---|---|
committer | Etsuro Fujita <efujita@postgresql.org> | 2019-05-08 16:49:09 +0900 |
commit | b7434dc007252d7a5e5f7f85700bd7400b1db201 (patch) | |
tree | 4a26d1e1df66248abb39584fcac49262897f2caf /src | |
parent | 256be1050cbbf90b1e44d11c8ed10f98255aa27d (diff) | |
download | postgresql-b7434dc007252d7a5e5f7f85700bd7400b1db201.tar.gz postgresql-b7434dc007252d7a5e5f7f85700bd7400b1db201.zip |
Add missing periods to comments.
Diffstat (limited to 'src')
-rw-r--r-- | src/include/nodes/pathnodes.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/include/nodes/pathnodes.h b/src/include/nodes/pathnodes.h index f8429df9e1f..4b7703d4780 100644 --- a/src/include/nodes/pathnodes.h +++ b/src/include/nodes/pathnodes.h @@ -2447,9 +2447,9 @@ typedef struct /* * Struct for extra information passed to subroutines of grouping_planner * - * limit_needed is true if we actually need a Limit plan node + * limit_needed is true if we actually need a Limit plan node. * limit_tuples is an estimated bound on the number of output tuples, - * or -1 if no LIMIT or couldn't estimate + * or -1 if no LIMIT or couldn't estimate. * count_est and offset_est are the estimated values of the LIMIT and OFFSET * expressions computed by preprocess_limit() (see comments for * preprocess_limit() for more information). |