diff options
author | Amit Kapila <akapila@postgresql.org> | 2023-10-09 09:18:47 +0530 |
---|---|---|
committer | Amit Kapila <akapila@postgresql.org> | 2023-10-09 09:18:47 +0530 |
commit | 7cc2f59dd57ab275497ae42a4f98e7936e1e3723 (patch) | |
tree | bc17856e89124532e35f545435ea4e9149c36294 /src/backend/access/transam/xlogreader.c | |
parent | d8a295389baee766df882f8f934e205b5978b529 (diff) |
Remove duplicate words in docs and code comments.
Additionally, add a missing "the" in a couple of places.
Author: Vignesh C, Dagfinn Ilmari Mannsåker
Discussion: http://postgr.es/m/CALDaNm28t+wWyPfuyqEaARS810Je=dRFkaPertaLAEJYY2cWYQ@mail.gmail.com
Diffstat (limited to 'src/backend/access/transam/xlogreader.c')
-rw-r--r-- | src/backend/access/transam/xlogreader.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/backend/access/transam/xlogreader.c b/src/backend/access/transam/xlogreader.c index a1363e3b8f3..e0baa86bd3f 100644 --- a/src/backend/access/transam/xlogreader.c +++ b/src/backend/access/transam/xlogreader.c @@ -846,7 +846,7 @@ restart: /* * If we got here without a DecodedXLogRecord, it means we needed to - * validate total_len before trusting it, but by now now we've done that. + * validate total_len before trusting it, but by now we've done that. */ if (decoded == NULL) { |