| From: | David Rowley <dgrowleyml(at)gmail(dot)com> |
|---|---|
| To: | Álvaro Herrera <alvherre(at)kurilemu(dot)de> |
| Cc: | Mario González Troncoso <gonzalemario(at)gmail(dot)com>, Chao Li <li(dot)evan(dot)chao(at)gmail(dot)com>, pgsql-hackers <pgsql-hackers(at)postgresql(dot)org>, Jacob Brazeal <jacob(dot)brazeal(at)gmail(dot)com>, John Naylor <johncnaylorls(at)gmail(dot)com> |
| Subject: | Re: [PATCH} Move instrumentation structs |
| Date: | 2026-01-13 13:40:59 |
| Message-ID: | CAApHDvrcruqxe9NkMNctZGZUizdDCSTNJWgZP1+hf_YWygV+Lg@mail.gmail.com |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-hackers |
On Wed, 14 Jan 2026, 12:38 am Álvaro Herrera, <alvherre(at)kurilemu(dot)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
| From | Date | Subject | |
|---|---|---|---|
| Previous Message | Filip Janus | 2026-01-13 13:34:31 | Re: Proposal: Adding compression of temporary files |