Re: pgsql: Increase width of RelFileNumbers from 32 bits to 56 bits.

From: Robert Haas <robertmhaas(at)gmail(dot)com>
To: Justin Pryzby <pryzby(at)telsasoft(dot)com>
Cc: "pgsql-hackers(at)postgresql(dot)org" <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: pgsql: Increase width of RelFileNumbers from 32 bits to 56 bits.
Date: 2022-09-27 19:12:56
Message-ID: CA+TgmoYRAvhQnbDN4HjFRWw6zw=+zJB9jsVdfEAa91ibWU1iwA@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers pgsql-hackers

On Tue, Sep 27, 2022 at 2:51 PM Justin Pryzby <pryzby(at)telsasoft(dot)com> wrote:
> This seems to be breaking cfbot:
> https://cirrus-ci.com/github/postgresql-cfbot/postgresql
>
> For example:
> https://cirrus-ci.com/task/6720256776339456

OK, so it looks like the pg_buffercache test is failing there. But it
doesn't fail for me, and I don't see a regression.diffs file in the
output that would enable me to see what is failing. If it's there, can
you tell me how to find it?

> Some other minor issues:

Will push fixes.

--
Robert Haas
EDB: http://www.enterprisedb.com

In response to

Responses

Browse pgsql-committers by date

  From Date Subject
Next Message Peter Eisentraut 2022-09-27 19:14:36 pgsql: Convert *GetDatum() and DatumGet*() macros to inline functions
Previous Message Justin Pryzby 2022-09-27 18:51:21 Re: pgsql: Increase width of RelFileNumbers from 32 bits to 56 bits.

Browse pgsql-hackers by date

  From Date Subject
Next Message Justin Pryzby 2022-09-27 19:17:10 Re: pgsql: Increase width of RelFileNumbers from 32 bits to 56 bits.
Previous Message Thomas Munro 2022-09-27 19:01:26 Re: Use pg_pwritev_with_retry() instead of write() in dir_open_for_write() to avoid partial writes?