pgsql: Fix a few more duplicate words in comments - Mailing list pgsql-committers

From David Rowley
Subject pgsql: Fix a few more duplicate words in comments
Date
Msg-id E1u6gJQ-0012J1-0X@gemulon.postgresql.org
Whole thread Raw
List 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@gmail.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(-)


pgsql-committers by date:

Previous
From: David Rowley
Date:
Subject: pgsql: Fix a few duplicate words in comments
Next
From: Fujii Masao
Date:
Subject: pgsql: doc: Fix memory context level in pg_log_backend_memory_contexts(