pgsql: Fix typos.

From: Thomas Munro <tmunro(at)postgresql(dot)org>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Fix typos.
Date: 2019-05-24 00:05:44
Message-ID: E1hTxiS-00057I-8v@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Fix typos.

Reviewed-by: Michael Paquier
Discussion: https://postgr.es/m/CA%2BhUKGJFWXmtYo6Frd77RR8YXCHz7hJ2mRy5aHV%3D7fJOqDnBHA%40mail.gmail.com

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/7988cb446d20512ec9d091db66dba6adee3f3d4b

Modified Files
--------------
src/backend/executor/execTuples.c | 2 +-
src/backend/replication/logical/reorderbuffer.c | 2 +-
src/backend/storage/file/sharedfileset.c | 2 +-
src/bin/pg_dump/pg_backup.h | 2 +-
src/bin/pg_dump/pg_backup_archiver.h | 2 +-
src/bin/pg_dump/pg_backup_directory.c | 2 +-
src/bin/pg_dump/pg_backup_null.c | 2 +-
src/bin/pg_dump/pg_backup_tar.c | 2 +-
8 files changed, 8 insertions(+), 8 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2019-05-24 15:16:13 pgsql: Doc: fix typo in pgbench random_zipfian() documentation.
Previous Message Andres Freund 2019-05-23 23:37:42 pgsql: tableam: Rename wrapper functions to match callback names.