mirror of
https://github.com/postgres/postgres.git
synced 2025-12-21 05:21:08 +03:00
Remove duplicated words in comments of pgstat.c and pgstat_internal.h
Author: Atsushi Torikoshi Reviewed-by: Nathan Bossart Discussion: https://postgr.es/m/d00ddbf29f9d09b3a471e64977560de1@oss.nttdata.com
This commit is contained in:
@@ -296,9 +296,9 @@ static const char *const slru_names[] = {
|
||||
* values in a copy of the stats data, which is protected by ->lock. See
|
||||
* pgstat_fetch_stat_(archiver|bgwriter|checkpointer) for the reader side.
|
||||
*
|
||||
* The only exception to that is the the stat_reset_timestamp in these
|
||||
* structs, which is protected by ->lock, because it has to be written by
|
||||
* another backend while resetting
|
||||
* The only exception to that is the stat_reset_timestamp in these structs,
|
||||
* which is protected by ->lock, because it has to be written by another
|
||||
* backend while resetting.
|
||||
* ----------
|
||||
*/
|
||||
|
||||
|
||||
Reference in New Issue
Block a user