mirror of
https://github.com/postgres/postgres.git
synced 2026-03-04 22:32:20 -05:00
Fix typo
Author: Daniel Gustafsson
This commit is contained in:
parent
5e574d170e
commit
98f0eba5b7
1 changed files with 1 additions and 1 deletions
|
|
@ -6681,7 +6681,7 @@ pgstat_clip_activity(const char *raw_activity)
|
|||
*
|
||||
* Determine index of entry for a SLRU with a given name. If there's no exact
|
||||
* match, returns index of the last "other" entry used for SLRUs defined in
|
||||
* external proejcts.
|
||||
* external projects.
|
||||
*/
|
||||
int
|
||||
pgstat_slru_index(const char *name)
|
||||
|
|
|
|||
Loading…
Reference in a new issue