diff options
author | Thomas Munro <tmunro@postgresql.org> | 2023-07-03 16:16:27 +1200 |
---|---|---|
committer | Thomas Munro <tmunro@postgresql.org> | 2023-07-04 09:10:37 +1200 |
commit | 0f275b0ee8e440046e7403b35d055f3cd0326c87 (patch) | |
tree | 4e81c4dcfea21fd01180f984c08f029cf6e620bb /src/backend/jit/llvm/llvmjit.c | |
parent | 23ce74811a1d10c873cdafe5b264d630e5ab74d4 (diff) | |
download | postgresql-0f275b0ee8e440046e7403b35d055f3cd0326c87.tar.gz postgresql-0f275b0ee8e440046e7403b35d055f3cd0326c87.zip |
Fix race in SSI interaction with empty btrees.
When predicate-locking btrees, we have a special case for completely
empty btrees, since there is no page to lock. This was racy, because,
without buffer lock held, a matching key could be inserted between the
_bt_search() and the PredicateLockRelation() calls.
Fix, by rechecking _bt_search() after taking the relation-level SIREAD
lock, if using SERIALIZABLE isolation and an empty btree is discovered.
Back-patch to all supported releases. Fixes one aspect of bug #17949.
Reported-by: Artem Anisimov <artem.anisimov.255@gmail.com>
Reviewed-by: Dmitry Dolgov <9erthalion6@gmail.com>
Reviewed-by: Heikki Linnakangas <hlinnaka@iki.fi>
Discussion: https://postgr.es/m/17949-a0f17035294a55e2%40postgresql.org
Diffstat (limited to 'src/backend/jit/llvm/llvmjit.c')
0 files changed, 0 insertions, 0 deletions