Re: [PATCH} Move instrumentation structs - Mailing list pgsql-hackers

From John Naylor
Subject Re: [PATCH} Move instrumentation structs
Date
Msg-id CANWCAZYBNjR6vvPuBBVT37P3yEUiGoY=KFSPo740QVoyk8QzUQ@mail.gmail.com
Whole thread Raw
In response to Re: [PATCH} Move instrumentation structs  (Álvaro Herrera <alvherre@kurilemu.de>)
List pgsql-hackers
On Tue, Jan 13, 2026 at 6:38 PM Álvaro Herrera <alvherre@kurilemu.de> wrote:
>
> On 2026-Jan-13, David Rowley wrote:
>
> > There's a bit of conflicting opinion going on here with the changes
> > made in 128897b101e0.

> Sounds about right, though I think we can shave some words off that.
> How about
>
>     int64       maxSpace;       /* maximum amount of space occupied among sort
>                                  * of groups, either in-memory or on-disk */
>     bool        isMaxSpaceDisk; /* true when maxSpace tracks on-disk space, false
>                                  * means in-memory */
> ?
>
> (CCed Jacob as author and John as committer of that change, in case they
> care to comment.)

Hmm, yeah, that commit wasn't quite enough to make that phrase clear,
but I don't remember the interpretation.

--
John Naylor
Amazon Web Services



pgsql-hackers by date:

Previous
From: John Naylor
Date:
Subject: Re: pg_plan_advice
Next
From: "Joel Jacobson"
Date:
Subject: Re: Optimize LISTEN/NOTIFY