pgsql: Fix some typos with {a,an} - Mailing list pgsql-committers

From Michael Paquier
Subject pgsql: Fix some typos with {a,an}
Date
Msg-id E1mvCnh-00035u-Bf@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
Fix some typos with {a,an}

One of the changes impacts the documentation, so backpatch.

Author: Peter Smith
Discussion: https://postgr.es/m/CAHut+Pu6+c+r3mY24VT7u+H+E_s6vMr5OdRiZ8NT3EOa-E5Lmw@mail.gmail.com
Backpatch-through: 14

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/5d08137076fd39694188ec4625013756aab889e1

Modified Files
--------------
contrib/amcheck/verify_nbtree.c                 | 2 +-
doc/src/sgml/ecpg.sgml                          | 2 +-
src/backend/access/table/toast_helper.c         | 2 +-
src/backend/catalog/pg_depend.c                 | 2 +-
src/backend/jit/llvm/llvmjit_error.cpp          | 2 +-
src/backend/replication/logical/reorderbuffer.c | 6 +++---
6 files changed, 8 insertions(+), 8 deletions(-)


pgsql-committers by date:

Previous
From: Amit Kapila
Date:
Subject: pgsql: Fix double publish of child table's data.
Next
From: Tom Lane
Date:
Subject: Re: pgsql: Check that we have a working tar before trying to use it