diff options
Diffstat (limited to 'src/include/utils/pgstat_internal.h')
| -rw-r--r-- | src/include/utils/pgstat_internal.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/include/utils/pgstat_internal.h b/src/include/utils/pgstat_internal.h index 0eccaea6c1a..9303d05427f 100644 --- a/src/include/utils/pgstat_internal.h +++ b/src/include/utils/pgstat_internal.h @@ -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. * ---------- */ |
