pgsql: Fix double-word typos

From: Alvaro Herrera <alvherre(at)alvh(dot)no-ip(dot)org>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Fix double-word typos
Date: 2019-06-13 14:09:43
Message-ID: E1hbQQB-0000Wb-Ro@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Fix double-word typos

Discussion: https://postgr.es/m/20190612184527.GA24266@alvherre.pgsql
Reviewed-by: Michaël Paquier

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/b9768458154de6c001af23efc02514f120c6094f

Modified Files
--------------
doc/src/sgml/backup.sgml | 2 +-
src/bin/pg_dump/pg_dump.c | 4 ++--
src/include/executor/tuptable.h | 2 +-
src/include/fmgr.h | 2 +-
src/include/utils/snapshot.h | 2 +-
src/interfaces/ecpg/preproc/type.c | 2 +-
src/test/modules/test_integerset/test_integerset.c | 6 +++---
src/test/recovery/t/013_crash_restart.pl | 2 +-
src/test/regress/expected/polygon.out | 2 +-
src/test/regress/sql/polygon.sql | 2 +-
10 files changed, 13 insertions(+), 13 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2019-06-13 14:53:53 pgsql: Mark ReplicationSlotCtl as PGDLLIMPORT.
Previous Message Bruce Momjian 2019-06-13 13:16:03 pgsql: doc: PG 12 relnotes: update wording on truncate/vacuum item