summaryrefslogtreecommitdiff
path: root/src/backend/postmaster/pgstat.c
diff options
context:
space:
mode:
authorRobert Haas <rhaas@postgresql.org>2016-03-16 13:54:04 -0400
committerRobert Haas <rhaas@postgresql.org>2016-03-16 13:54:04 -0400
commitbc55cc0b6a4af048f46c7e46c9e9c1f24b7ee9b8 (patch)
tree788468937a892de97ffbeb6bbf48beb585a42090 /src/backend/postmaster/pgstat.c
parente4b523e5b52a84010a34fc0796904ce39116e56c (diff)
Fix problems in commit c16dc1aca5e01e6acaadfcf38f5fc964a381dc62.
Vinayak Pokale provided a patch for a copy-and-paste error in a comment. I noticed that I'd use the word "automatically" nearby where I meant to talk about things being "atomic". Rahila Syed spotted a misplaced counter update. Fix all that stuff.
Diffstat (limited to 'src/backend/postmaster/pgstat.c')
-rw-r--r--src/backend/postmaster/pgstat.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/backend/postmaster/pgstat.c b/src/backend/postmaster/pgstat.c
index bfe70fc41db..bed7bb18e61 100644
--- a/src/backend/postmaster/pgstat.c
+++ b/src/backend/postmaster/pgstat.c
@@ -2903,7 +2903,7 @@ pgstat_progress_update_param(int index, int64 val)
}
/*-----------
- * pgstat_progress_update_params() -
+ * pgstat_progress_update_multi_param() -
*
* Automatically update multiple members in st_progress_param[] of own backend
* entry.