aboutsummaryrefslogtreecommitdiff
path: root/src/tutorial/basics.source
diff options
context:
space:
mode:
authorTom Lane <tgl@sss.pgh.pa.us>2005-05-07 21:32:24 +0000
committerTom Lane <tgl@sss.pgh.pa.us>2005-05-07 21:32:24 +0000
commit30f540be4381d8cd4e45f8393264e1c214d0ddd7 (patch)
tree411bb8bb7c0361842f2b305135bb0b44cbeb2ed2 /src/tutorial/basics.source
parentb72e5fa17b7aef18c744060ede3b1afdf4021dbf (diff)
downloadpostgresql-30f540be4381d8cd4e45f8393264e1c214d0ddd7.tar.gz
postgresql-30f540be4381d8cd4e45f8393264e1c214d0ddd7.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/tutorial/basics.source')
0 files changed, 0 insertions, 0 deletions