diff options
| author | David Rowley | 2023-11-09 11:15:54 +0000 |
|---|---|---|
| committer | David Rowley | 2023-11-09 11:15:54 +0000 |
| commit | 10d34fefc2ab3c12b03772744c24000c44b7a550 (patch) | |
| tree | 7f37825a46ae988e48b4a387b21a966845dc52da /src/include | |
| parent | 0e3e8fbd3a8b1660b02a5bb032dc1f50e1d66b19 (diff) | |
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
Diffstat (limited to 'src/include')
| -rw-r--r-- | src/include/storage/buf_internals.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/include/storage/buf_internals.h b/src/include/storage/buf_internals.h index e15a86eff99..2c4fd92e39b 100644 --- a/src/include/storage/buf_internals.h +++ b/src/include/storage/buf_internals.h @@ -213,7 +213,7 @@ BufMappingPartitionLockByIndex(uint32 index) * is held. Thus buffer header lock holder can do complex updates of the * state variable in single write, simultaneously with lock release (cleaning * BM_LOCKED flag). On the other hand, updating of state without holding - * buffer header lock is restricted to CAS, which insure that BM_LOCKED flag + * buffer header lock is restricted to CAS, which ensures that BM_LOCKED flag * is not set. Atomic increment/decrement, OR/AND etc. are not allowed. * * An exception is that if we have the buffer pinned, its tag can't change |
