pgsql: Fix typos in code comments and test data

From: Daniel Gustafsson <dgustafsson(at)postgresql(dot)org>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Fix typos in code comments and test data
Date: 2024-09-03 09:52:20
Message-ID: E1slQCx-000O5y-KC@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Fix typos in code comments and test data

The typos in 005_negotiate_encryption.pl and pg_combinebackup.c
shall be backported to v17 where they were introduced.

Backpatch-through: v17
Discussion: https://postgr.es/m/Ztaj7BkN4658OMxF@paquier.xyz

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/31a98934d1699007b50aefaedd68ab4d6b42e3b4

Modified Files
--------------
src/backend/storage/buffer/bufmgr.c | 2 +-
src/bin/pg_combinebackup/pg_combinebackup.c | 2 +-
src/interfaces/libpq/t/005_negotiate_encryption.pl | 8 ++++----
3 files changed, 6 insertions(+), 6 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Robins Tharakan 2024-09-03 10:36:24 Re: pgsql: Remove support for OpenSSL older than 1.1.0
Previous Message Peter Eisentraut 2024-09-03 06:12:24 pgsql: Add const qualifiers to XLogRegister*() functions