Re: small improvement of the elapsed time for truncating heap in vacuum

Kasahara Tatsuhito <kasahara.tatsuhito@gmail.com>

From: Kasahara Tatsuhito <kasahara.tatsuhito@gmail.com>
To: Masahiko Sawada <masahiko.sawada@2ndquadrant.com>
Cc: Fujii Masao <masao.fujii@gmail.com>, PostgreSQL-development <pgsql-hackers@postgresql.org>
Date: 2020-02-17T05:28:34Z
Lists: pgsql-hackers

Attachments

Hi,

On Mon, Feb 17, 2020 at 1:07 PM Masahiko Sawada
<masahiko.sawada@2ndquadrant.com> wrote:
> For the patch, we can put also the declaration of ru0 into the loop.
Thanks for your reply.
Hmm, certainly that it may be better.

Fix the v2 patch and attached.

Best regards,

-- 
Tatsuhito Kasahara
kasahara.tatsuhito _at_ gmail.com

Commits

  1. Fix mesurement of elapsed time during truncating heap in VACUUM.