From: Etsuro Fujita Date: Wed, 8 May 2019 07:49:09 +0000 (+0900) Subject: Add missing periods to comments. X-Git-Tag: REL_12_BETA1~110 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=b7434dc007252d7a5e5f7f85700bd7400b1db201;p=postgresql Add missing periods to comments. --- diff --git a/src/include/nodes/pathnodes.h b/src/include/nodes/pathnodes.h index f8429df9e1..4b7703d478 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).