Skip to content

Commit b7434dc

Browse files
author
Etsuro Fujita
committed
Add missing periods to comments.
1 parent 256be10 commit b7434dc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/include/nodes/pathnodes.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2447,9 +2447,9 @@ typedef struct
24472447
/*
24482448
* Struct for extra information passed to subroutines of grouping_planner
24492449
*
2450-
* limit_needed is true if we actually need a Limit plan node
2450+
* limit_needed is true if we actually need a Limit plan node.
24512451
* limit_tuples is an estimated bound on the number of output tuples,
2452-
* or -1 if no LIMIT or couldn't estimate
2452+
* or -1 if no LIMIT or couldn't estimate.
24532453
* count_est and offset_est are the estimated values of the LIMIT and OFFSET
24542454
* expressions computed by preprocess_limit() (see comments for
24552455
* preprocess_limit() for more information).

0 commit comments

Comments
 (0)