~ubuntu-branches/ubuntu/lucid/postgresql-8.4/lucid-proposed

« back to all changes in this revision

Viewing changes to src/backend/commands/vacuumlazy.c

  • Committer: Package Import Robot
  • Author(s): Martin Pitt
  • Date: 2013-10-09 10:28:08 UTC
  • mfrom: (1.4.1) (12.1.8 lucid-security)
  • Revision ID: package-import@ubuntu.com-20131009102808-zrhonpfn94r34fho
Tags: 8.4.18-0ubuntu10.04
New upstream bug fix release (LP: #1237248). No security issues or
critical issues this time; see HISTORY/changelog.gz for details about bug
fixes.

Show diffs side-by-side

added added

removed removed

Lines of Context:
720
720
                {
721
721
                        /* Remove tuples from heap */
722
722
                        lazy_vacuum_page(onerel, blkno, buf, 0, vacrelstats);
 
723
                        has_dead_tuples = false;
 
724
 
723
725
                        /* Forget the now-vacuumed tuples, and press on */
724
726
                        vacrelstats->num_dead_tuples = 0;
725
727
                        vacuumed_pages++;