Skip to content

Commit 1236614

Browse files
Fix a couple of comments.
These were discovered while reviewing Aleksander Alekseev's proposed changes to pgindent. Oversights in commits 393e0d2 and 25a30bb. Discussion: https://postgr.es/m/aP-H6kSsGOxaB21k%40nathan
1 parent 2e84248 commit 1236614

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/backend/executor/nodeWindowAgg.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

src/backend/storage/ipc/waiteventset.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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
*

0 commit comments

Comments
 (0)