Re: Simplify VM counters in vacuum code

From: Melanie Plageman <melanieplageman(at)gmail(dot)com>
To: Masahiko Sawada <sawada(dot)mshk(at)gmail(dot)com>
Cc: Nazir Bilal Yavuz <byavuz81(at)gmail(dot)com>, PostgreSQL Hackers <pgsql-hackers(at)lists(dot)postgresql(dot)org>
Subject: Re: Simplify VM counters in vacuum code
Date: 2025-06-26 18:27:42
Message-ID: CAAKRu_abyLG394PaFE_XrccfufFrGAHS0ySgO=E5KtJR1ytL3A@mail.gmail.com
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On Thu, Jun 26, 2025 at 10:25 AM Masahiko Sawada <sawada(dot)mshk(at)gmail(dot)com> wrote:
>
> Thank you for updating the patch! The changes in v3 appear
> straightforward; the patch eliminates unnecessary codes that were
> introduced in the original commit due to some misunderstandings. And I
> agreed with your answer[1] to my question. So it looks okay to me to
> push it to master/18.

Thanks so much for the reply. I've now pushed this.

- Melanie

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Melanie Plageman 2025-06-26 19:12:27 Re: Remove unneeded check for XLH_INSERT_ALL_FROZEN in heap_xlog_insert
Previous Message Daniel Gustafsson 2025-06-26 18:01:11 Re: No error checking when reading from file using zstd in pg_dump