projects
/
postgresql.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
bc55cc0
)
Another comment update.
author
Robert Haas
<rhaas@postgresql.org>
Wed, 16 Mar 2016 18:28:25 +0000
(14:28 -0400)
committer
Robert 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
patch
|
blob
|
blame
|
history
diff --git
a/src/backend/postmaster/pgstat.c
b/src/backend/postmaster/pgstat.c
index bed7bb18e61a19ae28407a321c05898918d74fc2..1467355fdda2f9dd48a9baf9a0f9692170443822 100644
(file)
--- a/
src/backend/postmaster/pgstat.c
+++ b/
src/backend/postmaster/pgstat.c
@@
-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