Commit f2b74b01 authored by Robert Haas's avatar Robert Haas

Another comment update.

I thought this was in my last commit, but I goofed.
parent bc55cc0b
...@@ -2905,8 +2905,8 @@ pgstat_progress_update_param(int index, int64 val) ...@@ -2905,8 +2905,8 @@ pgstat_progress_update_param(int index, int64 val)
/*----------- /*-----------
* pgstat_progress_update_multi_param() - * pgstat_progress_update_multi_param() -
* *
* Automatically update multiple members in st_progress_param[] of own backend * Update multiple members in st_progress_param[] of own backend entry.
* entry. * This is atomic; readers won't see intermediate states.
*----------- *-----------
*/ */
void void
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment