| From: | David Rowley <drowley(at)postgresql(dot)org> |
|---|---|
| To: | pgsql-committers(at)lists(dot)postgresql(dot)org |
| Subject: | pgsql: Fix a few more duplicate words in comments |
| Date: | 2025-04-21 01:51:08 |
| Message-ID: | E1u6gJQ-0012J1-0X@gemulon.postgresql.org |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-committers |
Fix a few more duplicate words in comments
Similar to 84fd3bc14 but these ones were found using a regex that can span
multiple lines.
Author: David Rowley <dgrowleyml(at)gmail(dot)com>
Discussion: https://postgr.es/m/CAApHDvrMcr8XD107H3NV=WHgyBcu=sx5+7=WArr-n_cWUqdFXQ@mail.gmail.com
Branch
------
master
Details
-------
https://git.postgresql.org/pg/commitdiff/78eda9e2648ab3f8c0df0d4aca53eb0ad6399c59
Modified Files
--------------
src/backend/storage/buffer/freelist.c | 4 ++--
src/backend/utils/adt/ruleutils.c | 2 +-
src/interfaces/libpq/fe-connect.c | 2 +-
3 files changed, 4 insertions(+), 4 deletions(-)
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Fujii Masao | 2025-04-21 05:57:12 | pgsql: doc: Fix memory context level in pg_log_backend_memory_contexts( |
| Previous Message | David Rowley | 2025-04-20 22:41:51 | pgsql: Fix a few duplicate words in comments |