Re: Possible fails in pg_stat_statements test - Mailing list pgsql-hackers

From Robert Haas
Subject Re: Possible fails in pg_stat_statements test
Date
Msg-id CA+TgmoaEXkyRFsEcbfSAkaCnTR-Kmx5jP55m-LpodsQj7XE-2g@mail.gmail.com
Whole thread Raw
In response to Re: Possible fails in pg_stat_statements test  (Julien Rouhaud <rjuju123@gmail.com>)
Responses Re: Possible fails in pg_stat_statements test
List pgsql-hackers
On Thu, Mar 31, 2022 at 12:00 PM Julien Rouhaud <rjuju123@gmail.com> wrote:
> > Indeed. Then there is a very simple solution for this particular case as
> > wal_records counter may only sometime becomes greater but never less.
> > The corresponding patch is attached.
>
> +1 for this approach, and the patch looks good to me.

Committed.

-- 
Robert Haas
EDB: http://www.enterprisedb.com



pgsql-hackers by date:

Previous
From: Nathan Bossart
Date:
Subject: Re: O(n) tasks cause lengthy startups and checkpoints
Next
From: Robert Haas
Date:
Subject: Re: AIX support - alignment issues