pgsql/src backend/commands/vacuum.c backend/co ...

From: Tom Lane <tgl(at)hub(dot)org>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql/src backend/commands/vacuum.c backend/co ...
Date: 2001-07-18 00:46:25
Message-ID: 200107180046.f6I0kPV28892@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/07/17 20:46:25

Modified files:
src/backend/commands: vacuum.c vacuumlazy.c
src/include/commands: vacuum.h

Log message:
New-style vacuum neglected to update pg_class statistics about indexes
if there were no deletions to do.

Browse pgsql-committers by date

  From Date Subject
Next Message Bruce Momjian - CVS 2001-07-18 15:37:35 pgsql/doc TODO
Previous Message Tom Lane 2001-07-17 21:53:01 pgsql/src/backend/commands indexcmds.c