diff options
author | Tom Lane <tgl@sss.pgh.pa.us> | 2016-05-24 15:47:51 -0400 |
---|---|---|
committer | Tom Lane <tgl@sss.pgh.pa.us> | 2016-05-24 15:47:51 -0400 |
commit | bbbe2c97eba37fd8a9e580a596f48935f3d9ded8 (patch) | |
tree | 5a034c273f71e494c6f7365bd2b4296d0d3b8797 /src/backend/tcop/postgres.c | |
parent | a34c3dd50f661126ac51c794e63f7932fe657542 (diff) | |
download | postgresql-bbbe2c97eba37fd8a9e580a596f48935f3d9ded8.tar.gz postgresql-bbbe2c97eba37fd8a9e580a596f48935f3d9ded8.zip |
Fetch XIDs atomically during vac_truncate_clog().
Because vac_update_datfrozenxid() updates datfrozenxid and datminmxid
in-place, it's unsafe to assume that successive reads of those values will
give consistent results. Fetch each one just once to ensure sane behavior
in the minimum calculation. Noted while reviewing Alexander Korotkov's
patch in the same area.
Discussion: <8564.1464116473@sss.pgh.pa.us>
Diffstat (limited to 'src/backend/tcop/postgres.c')
0 files changed, 0 insertions, 0 deletions