]> granicus.if.org Git - postgresql/commitdiff
Add missing periods to comments.
authorEtsuro Fujita <efujita@postgresql.org>
Wed, 8 May 2019 07:49:09 +0000 (16:49 +0900)
committerEtsuro Fujita <efujita@postgresql.org>
Wed, 8 May 2019 07:49:09 +0000 (16:49 +0900)
src/include/nodes/pathnodes.h

index f8429df9e1f4ae550bd6139d1caf18ee7bc4cd57..4b7703d4780392ca92e2e7c426a217f244bf6ac1 100644 (file)
@@ -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).