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-05-17 01:28:51
Message-ID: 200105170128.f4H1Spx68316@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/05/16 21:28:50

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

Log message:
Replace poorly-coded vac_find_eq routine with call to standard bsearch
library code. Tweak progress messages to include elapsed real time,
not only CPU time.

Browse pgsql-committers by date

  From Date Subject
Next Message 진희 김 2001-05-17 02:05:10 Thank you.. But....
Previous Message Tom Lane 2001-05-17 00:48:46 pgsql/src/backend/access/heap Tag: REL7_1_STAB ...