Fix a couple of comments.

These were discovered while reviewing Aleksander Alekseev's
proposed changes to pgindent.

Oversights in commits 393e0d2314 and 25a30bbd42.

Discussion: https://postgr.es/m/aP-H6kSsGOxaB21k%40nathan
This commit is contained in:
Nathan Bossart 2025-10-27 10:30:05 -05:00
parent 2e84248d64
commit 123661427b
2 changed files with 2 additions and 2 deletions

View File

@ -1473,7 +1473,7 @@ release_partition(WindowAggState *winstate)
* *
* The caller must have already determined that the row is in the partition * The caller must have already determined that the row is in the partition
* and fetched it into a slot if fetch_tuple is false. * and fetched it into a slot if fetch_tuple is false.
.* This function just encapsulates the framing rules. * This function just encapsulates the framing rules.
* *
* Returns: * Returns:
* -1, if the row is out of frame and no succeeding rows can be in frame * -1, if the row is out of frame and no succeeding rows can be in frame