CVSROOT: /home/projects/pgsql/cvsroot
Module name: pgsql
Changes by: tgl@hub.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.