summaryrefslogtreecommitdiff
path: root/src/backend/executor
diff options
context:
space:
mode:
Diffstat (limited to 'src/backend/executor')
-rw-r--r--src/backend/executor/nodeWindowAgg.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/backend/executor/nodeWindowAgg.c b/src/backend/executor/nodeWindowAgg.c
index 88c6bbba259..fda66f24e55 100644
--- a/src/backend/executor/nodeWindowAgg.c
+++ b/src/backend/executor/nodeWindowAgg.c
@@ -1473,7 +1473,7 @@ release_partition(WindowAggState *winstate)
*
* The caller must have already determined that the row is in the partition
* 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:
* -1, if the row is out of frame and no succeeding rows can be in frame