File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -1473,7 +1473,7 @@ release_partition(WindowAggState *winstate)
14731473 *
14741474 * The caller must have already determined that the row is in the partition
14751475 * and fetched it into a slot if fetch_tuple is false.
1476- . * This function just encapsulates the framing rules.
1476+ * This function just encapsulates the framing rules.
14771477 *
14781478 * Returns:
14791479 * -1, if the row is out of frame and no succeeding rows can be in frame
Original file line number Diff line number Diff line change @@ -2010,7 +2010,7 @@ ResOwnerReleaseWaitEventSet(Datum res)
20102010 * NB: be sure to save and restore errno around it. (That's standard practice
20112011 * in most signal handlers, of course, but we used to omit it in handlers that
20122012 * only set a flag.) XXX
2013- *
2013+ *
20142014 * NB: this function is called from critical sections and signal handlers so
20152015 * throwing an error is not a good idea.
20162016 *
You can’t perform that action at this time.
0 commit comments