pgsql: Ensure we use the correct spelling of "ensure"

From: David Rowley <drowley(at)postgresql(dot)org>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Ensure we use the correct spelling of "ensure"
Date: 2023-11-09 11:16:32
Message-ID: E1r131T-004e2w-Pb@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Ensure we use the correct spelling of "ensure"

We seem to have accidentally used "insure" in a few places. Correct
that.

Author: Peter Smith
Discussion: https://postgr.es/m/CAHut+Pv0biqrhA3pMhu40aDsj343mTsD75khKnHsLqR8P04f=Q@mail.gmail.com
Backpatch-through: 12, oldest supported version

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/10d34fefc2ab3c12b03772744c24000c44b7a550

Modified Files
--------------
src/backend/access/heap/hio.c | 2 +-
src/backend/utils/misc/guc_tables.c | 2 +-
src/include/storage/buf_internals.h | 2 +-
src/tools/pg_bsd_indent/indent.c | 2 +-
4 files changed, 4 insertions(+), 4 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message David Rowley 2023-11-09 11:16:58 pgsql: Ensure we use the correct spelling of "ensure"
Previous Message Dean Rasheed 2023-11-09 10:02:08 pgsql: Fix corner-case 64-bit integer subtraction bug on some platforms