| From: | David Rowley <drowley(at)postgresql(dot)org> |
|---|---|
| To: | pgsql-committers(at)lists(dot)postgresql(dot)org |
| Subject: | pgsql: Fix duplicated consecutive words in comments |
| Date: | 2024-04-28 08:04:10 |
| Message-ID: | E1s0zW5-000QKr-Dp@gemulon.postgresql.org |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-committers |
Fix duplicated consecutive words in comments
Also, fix a comment incorrectly referencing the "streaming read API".
This was renamed to "read stream" shortly before being committed.
Discussion: https://postgr.es/m/CAApHDvq-2Zdqytm_Hf3RmVf0qg5PS9jTFAJ5QTc9xH9pwvwDTA@mail.gmail.com
Branch
------
master
Details
-------
https://git.postgresql.org/pg/commitdiff/310cd8ab386ca44213b62b1c36162110d46bfc7a
Modified Files
--------------
src/backend/access/heap/heapam.c | 2 +-
src/backend/access/heap/vacuumlazy.c | 2 +-
src/backend/catalog/namespace.c | 2 +-
src/backend/replication/logical/slotsync.c | 2 +-
src/backend/storage/smgr/smgr.c | 2 +-
5 files changed, 5 insertions(+), 5 deletions(-)
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Tom Lane | 2024-04-28 17:42:28 | pgsql: Detect more overflows in timestamp[tz]_pl_interval. |
| Previous Message | Andrew Dunstan | 2024-04-27 12:15:36 | Re: pgsql: psql: add an optional execution-count limit to \watch. |