aboutsummaryrefslogtreecommitdiff
path: root/src/backend/executor
diff options
context:
space:
mode:
authorAlexander Korotkov <akorotkov@postgresql.org>2018-12-28 03:33:10 +0300
committerAlexander Korotkov <akorotkov@postgresql.org>2018-12-28 03:33:32 +0300
commitfcdda202bcf8fa71e1b919f62d3bb96f610ff25f (patch)
tree3abdb1ce0b09ecae49c44a9ebd9c9c20b5e96763 /src/backend/executor
parentfd7c081955929df343318d6c5d32ea24a574aacf (diff)
downloadpostgresql-fcdda202bcf8fa71e1b919f62d3bb96f610ff25f.tar.gz
postgresql-fcdda202bcf8fa71e1b919f62d3bb96f610ff25f.zip
Reduce length of GIN predicate locking isolation test suite
Isolation test suite of GIN predicate locking was criticized for being too slow, especially under Valgrind. This commit is intended to accelerate it. Tests are simplified in the following ways. 1) Amount of data is reduced. We're now close to the minimal amount of data, which produces at least one posting tree and at least two pages of entry tree. 2) Three isolation tests are merged into one. 3) Only one tuple is queried from posting tree. So, locking of index is the same, but tuple locks are not propagated to relation lock. Also, it is faster. 4) Test cases itself are simplified. Now each test case run just one INSERT and one SELECT involving GIN, which either conflict or not. Discussion: https://postgr.es/m/20181204000740.ok2q53nvkftwu43a%40alap3.anarazel.de Reported-by: Andres Freund Tested-by: Andrew Dunstan Author: Alexander Korotkov Backpatch-through: 11
Diffstat (limited to 'src/backend/executor')
0 files changed, 0 insertions, 0 deletions