From: | Daniel Gustafsson <dgustafsson(at)postgresql(dot)org> |
---|---|
To: | pgsql-committers(at)lists(dot)postgresql(dot)org |
Subject: | pgsql: Fix recently introduced typos |
Date: | 2025-04-11 20:22:02 |
Message-ID: | E1u3Kt0-003nKq-33@gemulon.postgresql.org |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-committers |
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(dot)brazeal(at)gmail(dot)com>
Reviewed-by: Daniel Gustafsson <daniel(at)yesql(dot)se>
Discussion: https://postgr.es/m/CA+COZaCgGua25f2hSrjrDLJcJJAHkwoKgTTqUy-wyL1=64JNjw@mail.gmail.com
Branch
------
master
Details
-------
https://git.postgresql.org/pg/commitdiff/847bbb21f8c4eb0e2b47417684ad2ba9255c9e80
Modified Files
--------------
doc/src/sgml/indexam.sgml | 2 +-
src/backend/statistics/attribute_stats.c | 2 +-
src/backend/storage/lmgr/lwlock.c | 2 +-
src/backend/utils/activity/pgstat_backend.c | 2 +-
src/backend/utils/cache/inval.c | 2 +-
src/tools/testwrap | 2 +-
6 files changed, 6 insertions(+), 6 deletions(-)
From | Date | Subject | |
---|---|---|---|
Next Message | Michael Paquier | 2025-04-12 04:24:08 | pgsql: Fix instability with WAL fsync test in stats.sql |
Previous Message | Mahendra Singh Thalor | 2025-04-11 19:24:02 | Re: pgsql: Fix fat fingering in 22cb6d28950 |