8000 Fix typo · postgrespro/postgres@98f0eba · GitHub
[go: up one dir, main page]

Skip to content
8000

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
< 371C td data-grid-cell-id="diff-6161d3e2403ae3e7c0e8434321221ec00f45b6e924eb0825651cb3352a882eaa-empty-empty-0" data-selected="false" role="gridcell" style="background-color:var(--bgColor-accent-muted, var(--color-accent-subtle));flex-grow:1" tabindex="-1" valign="top" class="focusable-grid-cell diff-hunk-cell left-side" colSpan="4">
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)
0