Re: pgsql: Increase width of RelFileNumbers from 32 bits to 56 bits.
Robert Haas <robertmhaas@gmail.com>
From: Robert Haas <robertmhaas@gmail.com>
To: Justin Pryzby <pryzby@telsasoft.com>
Cc: "pgsql-hackers@postgresql.org" <pgsql-hackers@postgresql.org>
Date: 2022-09-27T19:12:56Z
Lists: pgsql-hackers
On Tue, Sep 27, 2022 at 2:51 PM Justin Pryzby <pryzby@telsasoft.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
Commits
-
Fix typos in commit 05d4cbf9b6ba708858984b01ca0fc56d59d4ec7c.
- 4667d97ca624 16.0 landed
-
Increase width of RelFileNumbers from 32 bits to 56 bits.
- 05d4cbf9b6ba 16.0 cited