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

From David Rowley
Subject Re: [PATCH} Move instrumentation structs
Date
Msg-id CAApHDvrcruqxe9NkMNctZGZUizdDCSTNJWgZP1+hf_YWygV+Lg@mail.gmail.com
Whole thread Raw
In response to Re: [PATCH} Move instrumentation structs  (Álvaro Herrera <alvherre@kurilemu.de>)
List pgsql-hackers
On Wed, 14 Jan 2026, 12:38 am Álvaro Herrera, <alvherre@kurilemu.de> wrote:
 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 */
?

I'm happy with that suggestion. 

David

pgsql-hackers by date:

Previous
From: Filip Janus
Date:
Subject: Re: Proposal: Adding compression of temporary files
Next
From: Andres Freund
Date:
Subject: Re: Adding basic NUMA awareness