]> granicus.if.org Git - postgresql/commit
Replace poorly-coded vac_find_eq routine with call to standard bsearch
authorTom Lane <tgl@sss.pgh.pa.us>
Thu, 17 May 2001 01:28:50 +0000 (01:28 +0000)
committerTom Lane <tgl@sss.pgh.pa.us>
Thu, 17 May 2001 01:28:50 +0000 (01:28 +0000)
commit77f277575ae57cdf818bdf7fe6dc136874238bc8
tree1ffe630274f8270b1eebd1ec5cd0beac5b690c5a
parent6c183005d389e3e6503d03e6064ad4ca6e3955b0
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.
src/backend/commands/vacuum.c