Typo in pgstat.c

Started by Daniel Gustafssonover 5 years ago2 messages
#1Daniel Gustafsson
daniel@yesql.se
1 attachment(s)

Spotted a small typo in pgstat.c this morning, attached patch fixes this.

cheers ./daniel

Attachments:

pgstat_proejects.diffapplication/octet-stream; name=pgstat_proejects.diff; x-unix-mode=0644Download
diff --git a/src/backend/postmaster/pgstat.c b/src/backend/postmaster/pgstat.c
index c022597bc0..eb18b8f066 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)
#2Magnus Hagander
magnus@hagander.net
In reply to: Daniel Gustafsson (#1)
Re: Typo in pgstat.c

On Wed, Jul 8, 2020 at 10:05 AM Daniel Gustafsson <daniel@yesql.se> wrote:

Spotted a small typo in pgstat.c this morning, attached patch fixes this.

Thanks, applied.

--
Magnus Hagander
Me: https://www.hagander.net/ <http://www.hagander.net/&gt;
Work: https://www.redpill-linpro.com/ <http://www.redpill-linpro.com/&gt;