aboutsummaryrefslogtreecommitdiff
path: root/src/backend/access/gist/gistget.c
diff options
context:
space:
mode:
authorTom Lane <tgl@sss.pgh.pa.us>2005-05-07 21:33:21 +0000
committerTom Lane <tgl@sss.pgh.pa.us>2005-05-07 21:33:21 +0000
commit0053e290d9e7b4046101b6c093710a30c2786a9f (patch)
tree039631ac5254bafed7c22d40af152502209d0a04 /src/backend/access/gist/gistget.c
parent501ec7b64c25c8fd595020e02f1cb939f176b30c (diff)
downloadpostgresql-0053e290d9e7b4046101b6c093710a30c2786a9f.tar.gz
postgresql-0053e290d9e7b4046101b6c093710a30c2786a9f.zip
Repair very-low-probability race condition between relation extension
and VACUUM: in the interval between adding a new page to the relation and formatting it, it was possible for VACUUM to come along and decide it should format the page too. Though not harmful in itself, this would cause data loss if a third transaction were able to insert tuples into the vacuumed page before the original extender got control back.
Diffstat (limited to 'src/backend/access/gist/gistget.c')
0 files changed, 0 insertions, 0 deletions