Re: Allow io_combine_limit up to 1MB - Mailing list pgsql-hackers

From Andres Freund
Subject Re: Allow io_combine_limit up to 1MB
Date
Msg-id peogrdwooy7b4bozcbgdromzgnqya4symej2kiprm3ffz7usjx@5b6uior3hyeh
Whole thread Raw
In response to Re: Allow io_combine_limit up to 1MB  (Andres Freund <andres@anarazel.de>)
List pgsql-hackers
Hi,

On 2025-02-12 13:59:21 +1300, Thomas Munro wrote:
> How about just maintaining it in a new variable
> effective_io_combine_limit, whenever either of them is assigned?

Yea, that's probably the least bad way.

I wonder if we should just name that variable io_combine_limit and have the
GUC be _raw or _guc or such? There's gonna be a fair number of references to
the variable in code...

Greetings,

Andres Freund



pgsql-hackers by date:

Previous
From: Julien Rouhaud
Date:
Subject: Re: [PATCH] Optionally record Plan IDs to track plan changes for a query
Next
From: Greg Sabino Mullane
Date:
Subject: Re: [PATCH] Optionally record Plan IDs to track plan changes for a query