Re: "PANIC: could not open critical system index 2662" - twice
Laurenz Albe <laurenz.albe@cybertec.at>
From: Laurenz Albe <laurenz.albe@cybertec.at>
To: Evgeny Morozov <postgresql3@realityexists.net>
Cc: PostgreSQL General <pgsql-general@postgresql.org>
Date: 2023-04-14T02:55:50Z
Lists: pgsql-general
On Thu, 2023-04-13 at 19:07 +0000, Evgeny Morozov wrote: > On 13/04/2023 5:02 pm, Laurenz Albe wrote: > > It means that if the error is caused by a faulty disk changing your data, > > you'll notice as soon as you touch the page. > > > > That would perhaps not have made a lot of difference in your case, > > except that the error message would have been different and proof > > that the disk was the problem. > > OK, but we had data checksums on the whole time. So that means that the > disk was NOT the problem in our case? Hmm, I am not certain. The block was filled with zeros from your error message, and I think such blocks don't trigger a checksum warning. So if your disk replaces a valid block with zeros (filesystem check after crash?), that could explain what you see. Yours, Laurenz Albe
Commits
Same data as JSON:
GET /api/v1/messages/:b64id/commits
the thread's linked commits as JSON, with link sources.
API reference →
-
Handle DROP DATABASE getting interrupted
- f66403749df7 15.4 landed
- 1c38e7ae17b6 11.21 landed
- 034a9fcd2bb8 12.16 landed
- 81ce000067e3 13.12 landed
- d11efe830385 14.9 landed
- a4b4cc1d60f7 16.0 landed
- c66a7d75e652 17.0 landed
-
Remove the restriction that the relmap must be 512 bytes.
- d8cd0c6c95c0 16.0 cited