pgsql: Fix some typos with {a,an}

From: Michael Paquier <michael(at)paquier(dot)xyz>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Fix some typos with {a,an}
Date: 2021-12-09 06:21:05
Message-ID: E1mvCnh-00035u-Bf@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Andres Freund 2021-12-09 06:49:28 Re: pgsql: Check that we have a working tar before trying to use it
Previous Message Michael Paquier 2021-12-09 05:47:39 Re: pgsql: Check that we have a working tar before trying to use it