pgsql: Update stale comments, and fix comment typos.

From: Noah Misch <noah(at)leadboat(dot)com>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Update stale comments, and fix comment typos.
Date: 2019-06-08 17:13:16
Message-ID: E1hZeu4-00072Y-84@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Update stale comments, and fix comment typos.

Branch
------
master

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

Modified Files
--------------
src/backend/access/brin/brin_inclusion.c | 2 +-
src/backend/access/transam/multixact.c | 2 +-
src/backend/port/sysv_shmem.c | 6 +++---
src/backend/postmaster/postmaster.c | 4 ++--
src/backend/utils/adt/like.c | 1 -
src/bin/pg_basebackup/pg_basebackup.c | 7 +------
src/bin/pg_rewind/t/RewindTest.pm | 6 +-----
src/bin/pg_upgrade/TESTING | 2 +-
src/bin/pg_upgrade/controldata.c | 2 +-
src/fe_utils/string_utils.c | 3 +--
src/include/storage/s_lock.h | 3 +--
src/interfaces/libpq/fe-secure-openssl.c | 2 +-
src/test/recovery/t/013_crash_restart.pl | 13 ++++++-------
13 files changed, 20 insertions(+), 33 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Michael Paquier 2019-06-09 02:27:40 pgsql: Fix some typos
Previous Message Amit Kapila 2019-06-08 02:48:26 pgsql: Fix assorted inconsistencies.