mirror of
https://github.com/postgres/postgres.git
synced 2025-07-26 01:22:12 +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:
@ -32,9 +32,9 @@
|
||||
* backend-local hashtable (pgStatEntryRefHash) in front of the shared
|
||||
* hashtable, containing references (PgStat_EntryRef) to shared hashtable
|
||||
* entries. The shared hashtable only needs to be accessed when no prior
|
||||
* reference is found in the local hashtable. Besides pointing to the the
|
||||
* reference is found in the local hashtable. Besides pointing to the
|
||||
* shared hashtable entry (PgStatShared_HashEntry) PgStat_EntryRef also
|
||||
* contains a pointer to the the shared statistics data, as a process-local
|
||||
* contains a pointer to the shared statistics data, as a process-local
|
||||
* address, to reduce access costs.
|
||||
*
|
||||
* The names for structs stored in shared memory are prefixed with
|
||||
|
Reference in New Issue
Block a user