From: Robert Haas Date: Wed, 16 Mar 2016 18:28:25 +0000 (-0400) Subject: Another comment update. X-Git-Tag: REL9_6_BETA1~470 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=f2b74b01d4a18241bd7560e74d527f3ba42d4738;p=thirdparty%2Fpostgresql.git Another comment update. I thought this was in my last commit, but I goofed. --- diff --git a/src/backend/postmaster/pgstat.c b/src/backend/postmaster/pgstat.c index bed7bb18e61..1467355fdda 100644 --- 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