Skip to content

Commit 98f0eba

Browse files
committed
Fix typo
Author: Daniel Gustafsson
1 parent 5e574d1 commit 98f0eba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/backend/postmaster/pgstat.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6681,7 +6681,7 @@ pgstat_clip_activity(const char *raw_activity)
66816681
*
66826682
* Determine index of entry for a SLRU with a given name. If there's no exact
66836683
* match, returns index of the last "other" entry used for SLRUs defined in
6684-
* external proejcts.
6684+
* external projects.
66856685
*/
66866686
int
66876687
pgstat_slru_index(const char *name)

0 commit comments

Comments
 (0)