pgsql/src/backend/commands vacuum.c

From: Tom Lane <tgl(at)hub(dot)org>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql/src/backend/commands vacuum.c
Date: 2001-06-29 16:34:30
Message-ID: 200106291634.f5TGYUT35964@hub.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

CVSROOT: /home/projects/pgsql/cvsroot
Module name: pgsql
Changes by: tgl(at)hub(dot)org 01/06/29 12:34:30

Modified files:
src/backend/commands: vacuum.c

Log message:
Fix longstanding error in VACUUM: sometimes would examine a buffer page
after writing/unpinning it. An actual failure is unlikely, unless the
system is tremendously short of buffers ... but a bug is a bug.

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2001-06-29 16:34:50 pgsql/src/backend/commands Tag: REL7_1_STABLE ...
Previous Message Jan Wieck 2001-06-29 16:29:37 pgsql/src backend/postmaster/pgstat.c include/ ...