mirror of
https://github.com/postgres/postgres.git
synced 2025-09-02 04:21:28 +03:00
Fix typo
Author: Daniel Gustafsson
This commit is contained in:
@@ -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
|
* 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
|
* match, returns index of the last "other" entry used for SLRUs defined in
|
||||||
* external proejcts.
|
* external projects.
|
||||||
*/
|
*/
|
||||||
int
|
int
|
||||||
pgstat_slru_index(const char *name)
|
pgstat_slru_index(const char *name)
|
||||||
|
Reference in New Issue
Block a user