pgsql: Fix aboriginal bug in BufFileDumpBuffer that would cause it to

From: tgl(at)postgresql(dot)org (Tom Lane)
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Fix aboriginal bug in BufFileDumpBuffer that would cause it to
Date: 2007-06-01 23:43:34
Message-ID: 20070601234334.312609FC4E5@postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Log Message:
-----------
Fix aboriginal bug in BufFileDumpBuffer that would cause it to write the
wrong data when dumping a bufferload that crosses a component-file boundary.
This probably has not been seen in the wild because (a) component files are
normally 1GB apiece and (b) non-block-aligned buffer usage is relatively
rare. But it's fairly easy to reproduce a problem if one reduces RELSEG_SIZE
in a test build. Kudos to Kurt Harriman for spotting the bug.

Tags:
----
REL7_4_STABLE

Modified Files:
--------------
pgsql/src/backend/storage/file:
buffile.c (r1.18 -> r1.18.4.1)
(http://developer.postgresql.org/cvsweb.cgi/pgsql/src/backend/storage/file/buffile.c.diff?r1=1.18&r2=1.18.4.1)

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2007-06-01 23:43:39 pgsql: Fix aboriginal bug in BufFileDumpBuffer that would cause it to
Previous Message Tom Lane 2007-06-01 23:43:28 pgsql: Fix aboriginal bug in BufFileDumpBuffer that would cause it to