aboutsummaryrefslogtreecommitdiff
path: root/src/backend/commands/cluster.c
diff options
context:
space:
mode:
authorNoah Misch <noah@leadboat.com>2024-04-29 10:24:56 -0700
committerNoah Misch <noah@leadboat.com>2024-04-29 10:24:56 -0700
commitf65ab862e3b8d96c6886641155d9447bc73b5126 (patch)
tree957a1e7c09cbc18153103aeae137110cad6252a3 /src/backend/commands/cluster.c
parent17a834a04d5a60aedd6899488a53d939d525fb16 (diff)
downloadpostgresql-f65ab862e3b8d96c6886641155d9447bc73b5126.tar.gz
postgresql-f65ab862e3b8d96c6886641155d9447bc73b5126.zip
Close race condition between datfrozen and relfrozen updates.
vac_update_datfrozenxid() did multiple loads of relfrozenxid and relminmxid from buffer memory, and it assumed each would get the same value. Not so if a concurrent vac_update_relstats() did an inplace update. Commit 2d2e40e3befd8b9e0d2757554537345b15fa6ea2 fixed the same kind of bug in vac_truncate_clog(). Today's bug could cause the rel-level field and XIDs in the rel's rows to precede the db-level field. A cluster having such values should VACUUM affected tables. Back-patch to v12 (all supported versions). Discussion: https://postgr.es/m/20240423003956.e7.nmisch@google.com
Diffstat (limited to 'src/backend/commands/cluster.c')
0 files changed, 0 insertions, 0 deletions