From: | John Naylor <john(dot)naylor(at)postgresql(dot)org> |
---|---|
To: | pgsql-committers(at)lists(dot)postgresql(dot)org |
Subject: | pgsql: Fix grammatical typos around possessive "its" |
Date: | 2025-01-29 07:43:21 |
Message-ID: | E1td2jJ-004AcU-CZ@gemulon.postgresql.org |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-committers |
Fix grammatical typos around possessive "its"
Some places spelled it "it's", which is short for "it is".
In passing, fix a couple other nearby grammatical errors.
Author: Jacob Brazeal <jacob(dot)brazeal(at)gmail(dot)com>
Discussion: https://postgr.es/m/CA+COZaAO8g1KJCV0T48=CkJMjAnnfTGLWOATz+2aCh40c2Nm+g@mail.gmail.com
Branch
------
master
Details
-------
https://git.postgresql.org/pg/commitdiff/128897b101e0a7bc8621abac746ea99d444d83ae
Modified Files
--------------
contrib/amcheck/verify_nbtree.c | 2 +-
src/backend/access/spgist/spgscan.c | 2 +-
src/backend/replication/logical/reorderbuffer.c | 2 +-
src/backend/replication/logical/worker.c | 2 +-
src/backend/replication/pgoutput/pgoutput.c | 4 ++--
src/backend/storage/lmgr/lock.c | 2 +-
src/backend/storage/lmgr/lwlock.c | 2 +-
src/backend/utils/adt/formatting.c | 2 +-
src/backend/utils/adt/jsonpath_exec.c | 2 +-
src/backend/utils/adt/tsrank.c | 2 +-
src/backend/utils/sort/tuplesort.c | 2 +-
src/bin/pg_combinebackup/reconstruct.c | 2 +-
src/fe_utils/parallel_slot.c | 4 ++--
src/include/jit/SectionMemoryManager.h | 2 +-
src/include/nodes/plannodes.h | 4 ++--
src/pl/plpgsql/src/pl_exec.c | 2 +-
src/test/modules/test_slru/t/001_multixact.pl | 2 +-
src/test/recovery/t/035_standby_logical_decoding.pl | 2 +-
18 files changed, 21 insertions(+), 21 deletions(-)
From | Date | Subject | |
---|---|---|---|
Next Message | Tom Lane | 2025-01-29 18:23:44 | pgsql: Make BufferIsExclusiveLocked and BufferIsDirty work for local bu |
Previous Message | John Naylor | 2025-01-29 06:58:29 | pgsql: Revert "Speed up tail processing when hashing aligned C strings, |