typos

From: Justin Pryzby <pryzby(at)telsasoft(dot)com>
To: pgsql-hackers(at)postgresql(dot)org
Cc: Michael Paquier <michael(at)paquier(dot)xyz>
Subject: typos
Date: 2022-01-24 03:00:01
Message-ID: 20220124030001.GQ23027@telsasoft.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Most of this is new in v15 or doesn't affect user-facing docs so doesn't need
to be backpatched.

Feel free to ignore this for now and revisit in April...

@Michael: I'm not sure what this is trying to say.
1e9475694b0ae2cf1204d01d2ef6ad86f3c7cac8
+ First, scan the directory where the WAL segment files are written and
+ find the newest completed segment file, using as starting point the
+ beginning of the next WAL segment file. This is calculated independently
+ on the compression method used to compress each segment.

I suppose it should say independently *of* the compression method, but then I
still don't know what it means. I checked FindStreamingStart().
It that doesn't look like it's "calculated independently" - actually, it takes
the compression method into account and explicitly handles each compression
method.

Is there any reason the user-facing docs need to say anything about this at
all?

Attachment Content-Type Size
0001-incorrect-file-names-in-header-comment.patch text/x-diff 8.3 KB
0002-Add-some-missing-newlines-after-function-definitions.patch text/x-diff 1.5 KB
0003-Remove-extranous-blank-in-function-header-comment-3e.patch text/x-diff 678 bytes
0004-Remove-cases-of-comma-space-space.patch text/x-diff 2.7 KB
0005-Do-not-end-errmsg-with-period.patch text/x-diff 1.0 KB
0006-libpq-since-2a3f6e368babdac7b586a7d43105af60fc08b1a3.patch text/x-diff 1.0 KB
0007-pg_resetxlog-see-74cf7d46a-and-71e74a2f5.patch text/x-diff 1.6 KB
0008-version-14-since-06ba4a63b85e5aa47b325c3235c16c05a0b.patch text/x-diff 1.3 KB
0009-typos-sysviews-since-adc8fc6167aa3f68b951ddd60ea32a6.patch text/x-diff 1.7 KB
0010-spell-description-since-7fc380f83d466b43a8f65bb52c92.patch text/x-diff 2.7 KB
0011-add-missing-THE.patch text/x-diff 2.0 KB
0012-add-missing-THE.patch text/x-diff 1.9 KB
0013-XLogWrite-confusing-newline-since-5ab3af46d.patch text/x-diff 779 bytes
0014-f-stats-typos.patch text/x-diff 5.5 KB
0015-typo.patch text/x-diff 1.8 KB
0016-vcregress-style.patch text/x-diff 1.2 KB
0017-doc-review-for-tableam-b73c3a119.patch text/x-diff 2.2 KB
0018-v15-doc-review-doc-Add-note-about-postgres_fdw.appli.patch text/x-diff 1.2 KB
0019-v15-doc-review-Add-option-N-no-sync-to-pg_upgrade-3d.patch text/x-diff 1.1 KB
0020-v15-doc-review-Allow-postgres_fdw.application_name-t.patch text/x-diff 1.6 KB
0021-v15-doc-review-Add-commas-for-readability.patch text/x-diff 1.9 KB
0022-v15-doc-review-185364b161512806d23ca390f5b6156660796.patch text/x-diff 1.2 KB
0023-v15-doc-review-Allow-publishing-the-tables-of-schema.patch text/x-diff 1.1 KB
0024-f-longer-edit.patch text/x-diff 1.4 KB
0025-v15-doc-review-Allow-publishing-the-tables-of-schema.patch text/x-diff 1.8 KB
0026-v15-doc-review-Rework-compression-options-of-pg_rece.patch text/x-diff 1.0 KB
0027-v15-doc-review-Add-replication-command-READ_REPLICAT.patch text/x-diff 1.4 KB
0028-v15-doc-review-Ignore-BRIN-indexes-when-checking-for.patch text/x-diff 1.0 KB
0029-v15-doc-review-Some-additional-information-about-whe.patch text/x-diff 1.2 KB
0030-Alphabetize-pg_ls_-tmpdir-archivestatusdir.patch text/x-diff 5.8 KB
0031-Alphabetize-pg_ls_logical-functions.patch text/x-diff 7.4 KB
0032-Alphabetize-glossary-Startup-process.patch text/x-diff 2.1 KB

Responses

  • Re: typos at 2022-01-24 07:01:47 from Michael Paquier

Browse pgsql-hackers by date

  From Date Subject
Next Message Tom Lane 2022-01-24 03:03:33 Re: Replace uses of deprecated Python module distutils.sysconfig
Previous Message Greg Nancarrow 2022-01-24 02:59:02 Re: On login trigger: take three