We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bc55cc0 commit f2b74b0Copy full SHA for f2b74b0
src/backend/postmaster/pgstat.c
@@ -2905,8 +2905,8 @@ pgstat_progress_update_param(int index, int64 val)
2905
/*-----------
2906
* pgstat_progress_update_multi_param() -
2907
*
2908
- * Automatically update multiple members in st_progress_param[] of own backend
2909
- * entry.
+ * Update multiple members in st_progress_param[] of own backend entry.
+ * This is atomic; readers won't see intermediate states.
2910
*-----------
2911
*/
2912
void
0 commit comments