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

Started by Tom Laneabout 25 years ago1 messagescomitters
Jump to latest
#1Tom Lane
tgl@sss.pgh.pa.us

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.