On Wed, 29 Oct 2025 at 11:11, Peter Eisentraut <peter@eisentraut.org> wrote:
> This patch set is showing compiler warnings because pg_system() wasn't
> properly declared where needed.  Please provide an update that builds
> cleanly.
It still compiled fine on my local branch, but indeed after a rebase not anymore. I guess some include got removed in
someheader in the meantime. Attached an updated version (which added an storage/fd.h include). 
> Also, it appears the patch for pgbench disappeared from the series.  Was
> that intentional?
Yes, the pgbench change got committed for PG18 already (see Andres' last message in the thread).