Another comment update.
authorRobert Haas <rhaas@postgresql.org>
Wed, 16 Mar 2016 18:28:25 +0000 (14:28 -0400)
committerRobert Haas <rhaas@postgresql.org>
Wed, 16 Mar 2016 18:28:25 +0000 (14:28 -0400)
I thought this was in my last commit, but I goofed.

src/backend/postmaster/pgstat.c

index bed7bb18e61a19ae28407a321c05898918d74fc2..1467355fdda2f9dd48a9baf9a0f9692170443822 100644 (file)
@@ -2905,8 +2905,8 @@ pgstat_progress_update_param(int index, int64 val)
 /*-----------
  * pgstat_progress_update_multi_param() -
  *
- * Automatically update multiple members in st_progress_param[] of own backend
- * entry.
+ * Update multiple members in st_progress_param[] of own backend entry.
+ * This is atomic; readers won't see intermediate states.
  *-----------
  */
 void