aboutsummaryrefslogtreecommitdiff
path: root/src/backend/utils/adt/numeric.c
diff options
context:
space:
mode:
authorMichael Paquier <michael@paquier.xyz>2020-09-08 11:15:21 +0900
committerMichael Paquier <michael@paquier.xyz>2020-09-08 11:15:21 +0900
commit6785974287afa27221a49ae7202ea3d0695c0a84 (patch)
tree6eb4156b63b1c206d716b511cc7441b48c6bfe70 /src/backend/utils/adt/numeric.c
parenta6642b3ae060976b42830b7dc8f29ec190ab05e4 (diff)
downloadpostgresql-6785974287afa27221a49ae7202ea3d0695c0a84.tar.gz
postgresql-6785974287afa27221a49ae7202ea3d0695c0a84.zip
Remove isolation test reindex-partitions
The isolation test added by a6642b3 is proving to be unstable, as once the first transaction holding a lock on the top-most partitioned table or on a partition commits, the commit order of the follow-up DROP TABLE and REINDEX could become reversed depending on the timing. The only part of the test that could be entirely reliable is the one using a SHARE lock, allowing REINDEX to commit first, but it is the least interesting of the set. Per buildfarm members rorqual and mylodon. Discussion: https://postgr.es/m/E1kFSBj-00062c-Mu@gemulon.postgresql.org
Diffstat (limited to 'src/backend/utils/adt/numeric.c')
0 files changed, 0 insertions, 0 deletions