pgsql: Fix typos in code comments and test data - Mailing list pgsql-committers

From Daniel Gustafsson
Subject pgsql: Fix typos in code comments and test data
Date
Msg-id E1slQCx-000O5y-KC@gemulon.postgresql.org
Whole thread Raw
List 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(-)


pgsql-committers by date:

Previous
From: Peter Eisentraut
Date:
Subject: pgsql: Add const qualifiers to XLogRegister*() functions
Next
From: Robins Tharakan
Date:
Subject: Re: pgsql: Remove support for OpenSSL older than 1.1.0