Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMagnus Hagander2020-07-08 08:11:43 +0000
committerMagnus Hagander2020-07-08 08:11:43 +0000
commit98f0eba5b7840197ee43f52833ef08f9090fbc44 (patch)
treed33e4e45021923964b135632301242095fdea26a
parent5e574d170e2eb112e1da8a40f011741b82340f68 (diff)
Fix typo
Author: Daniel Gustafsson
-rw-r--r--src/backend/postmaster/pgstat.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/backend/postmaster/pgstat.c b/src/backend/postmaster/pgstat.c
index edfa774ee40..88992c2da2c 100644
--- a/src/backend/postmaster/pgstat.c
+++ b/src/backend/postmaster/pgstat.c
@@ -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)