Re: pgsql: Prefetch data referenced by the WAL, take II.

From: Andres Freund <andres(at)anarazel(dot)de>
To: Thomas Munro <tmunro(at)postgresql(dot)org>
Cc: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: Re: pgsql: Prefetch data referenced by the WAL, take II.
Date: 2022-04-07 08:36:30
Message-ID: 20220407083630.n62vgwqfy2v6wsrd@alap3.anarazel.de
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers pgsql-hackers

Hi,

On 2022-04-07 07:44:20 +0000, Thomas Munro wrote:
> Prefetch data referenced by the WAL, take II.

https://buildfarm.postgresql.org/cgi-bin/show_log.pl?nm=crake&dt=2022-04-07%2008%3A17%3A27
thinks that xlogpretcher.h doesn't include enough...

I had added those checks to CI, but apparently somehow screwed that up.

Or maybe it's the scripts that are screwed up? Because I don't see any error
checking in headerscheck/cpluspluscheck. And indeed, locally they show the
errors, but exit with 0.

Greetings,

Andres Freund

In response to

Responses

Browse pgsql-committers by date

  From Date Subject
Next Message Thomas Munro 2022-04-07 09:01:12 pgsql: Include some missing headers.
Previous Message Andres Freund 2022-04-07 07:59:09 pgsql: Try to silence "-Wmissing-braces" complaints in rmgrdesc.c.

Browse pgsql-hackers by date

  From Date Subject
Next Message Pavel Borisov 2022-04-07 08:49:43 Re: Preventing indirection for IndexPageGetOpaque for known-size page special areas
Previous Message Pavel Luzanov 2022-04-07 08:34:00 Re: How about a psql backslash command to show GUCs?