Fix a couple of comments.
authorNathan Bossart <nathan@postgresql.org>
Mon, 27 Oct 2025 15:30:05 +0000 (10:30 -0500)
committerNathan Bossart <nathan@postgresql.org>
Mon, 27 Oct 2025 15:30:05 +0000 (10:30 -0500)
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

src/backend/executor/nodeWindowAgg.c
src/backend/storage/ipc/waiteventset.c

index 88c6bbba25993a235017e10343ca1ea3d993c3a4..fda66f24e5538385ea19c441ef7e78fa1eb467f3 100644 (file)
@@ -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
index b0746521ae4251b459f85429661bb80e8227de4d..465cee40ccc63c484e7be30477db64339d49e4ea 100644 (file)
@@ -2010,7 +2010,7 @@ ResOwnerReleaseWaitEventSet(Datum res)
  * NB: be sure to save and restore errno around it.  (That's standard practice
  * in most signal handlers, of course, but we used to omit it in handlers that
  * only set a flag.) XXX
 *
+ *
  * NB: this function is called from critical sections and signal handlers so
  * throwing an error is not a good idea.
  *