pgsql: Ensure we use the correct spelling of "ensure" - Mailing list pgsql-committers

From David Rowley
Subject pgsql: Ensure we use the correct spelling of "ensure"
Date
Msg-id E1r133h-004e7q-S2@gemulon.postgresql.org
Whole thread Raw
List 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
------
REL_12_STABLE

Details
-------
https://git.postgresql.org/pg/commitdiff/2be56450758850282cb5cf667430d1ece64de955

Modified Files
--------------
src/backend/access/heap/hio.c       | 2 +-
src/backend/utils/misc/guc.c        | 2 +-
src/include/storage/buf_internals.h | 2 +-
3 files changed, 3 insertions(+), 3 deletions(-)


pgsql-committers by date:

Previous
From: David Rowley
Date:
Subject: pgsql: Ensure we use the correct spelling of "ensure"
Next
From: Dean Rasheed
Date:
Subject: pgsql: Fix AFTER ROW trigger execution in MERGE cross-partition update.