diff options
author | Daniel Gustafsson <dgustafsson@postgresql.org> | 2025-04-11 22:17:12 +0200 |
---|---|---|
committer | Daniel Gustafsson <dgustafsson@postgresql.org> | 2025-04-11 22:17:12 +0200 |
commit | 847bbb21f8c4eb0e2b47417684ad2ba9255c9e80 (patch) | |
tree | 23991d3e0bf7ed3c3cbe758d2f4018c3b3676dd3 /src/backend/utils/activity/pgstat_backend.c | |
parent | 5822bf21d50eb3a4938066951727294e3d33ca6c (diff) |
Fix recently introduced typos
This fixes typos in docs and comments introduced during the v18
development cycle, to keep them from ending up in backbranches.
Author: Jacob Brazeal <jacob.brazeal@gmail.com>
Reviewed-by: Daniel Gustafsson <daniel@yesql.se>
Discussion: https://postgr.es/m/CA+COZaCgGua25f2hSrjrDLJcJJAHkwoKgTTqUy-wyL1=64JNjw@mail.gmail.com
Diffstat (limited to 'src/backend/utils/activity/pgstat_backend.c')
-rw-r--r-- | src/backend/utils/activity/pgstat_backend.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/backend/utils/activity/pgstat_backend.c b/src/backend/utils/activity/pgstat_backend.c index f6aaf589866..51256277e8d 100644 --- a/src/backend/utils/activity/pgstat_backend.c +++ b/src/backend/utils/activity/pgstat_backend.c @@ -100,7 +100,7 @@ pgstat_fetch_stat_backend(ProcNumber procNumber) /* * Returns statistics of a backend by pid. * - * This routine includes sanity checks to ensire that the backend exists and + * This routine includes sanity checks to ensure that the backend exists and * is running. "bktype" can be optionally defined to return the BackendType * of the backend whose statistics are returned. */ |