Home
About
Download
Documentation
Community
Developers
Support
Donate
Your account
Quick Links
Community
Contributors
Mailing Lists
IRC
Local User Groups
Events
International Sites
Re: BUG #19006: Assert(BufferIsPinned) in BufferGetBlockNumber() is triggered for forwarded buffer
From:
Thomas Munro <thomas(dot)munro(at)gmail(dot)com>
To:
Xuneng Zhou <xunengzhou(at)gmail(dot)com>
Cc:
exclusion(at)gmail(dot)com, pgsql-bugs(at)lists(dot)postgresql(dot)org, Michael Paquier <michael(at)paquier(dot)xyz>
Subject:
Re: BUG #19006: Assert(BufferIsPinned) in BufferGetBlockNumber() is triggered for forwarded buffer
Date:
2025-08-05 04:29:17
Message-ID:
CA+hUKGJyqwQs_kQFB1J=bx4pHMrMcPF8_PgNKyeNFEo+yNvyiQ@mail.gmail.com
Views:
Whole Thread
|
Raw Message
|
Download mbox
|
Resend email
Thread:
2025-08-03 12:00:02 from PG Bug reporting form <noreply(at)postgresql(dot)org>
2025-08-04 01:12:43 from Michael Paquier <michael(at)paquier(dot)xyz>
2025-08-04 13:13:47 from Xuneng Zhou <xunengzhou(at)gmail(dot)com>
2025-08-04 19:19:43 from Thomas Munro <thomas(dot)munro(at)gmail(dot)com>
2025-08-05 04:29:17 from Thomas Munro <thomas(dot)munro(at)gmail(dot)com> 📎
2025-08-05 04:43:06 from Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
2025-08-06 08:40:33 from Michael Paquier <michael(at)paquier(dot)xyz>
2025-08-07 11:37:19 from Xuneng Zhou <xunengzhou(at)gmail(dot)com>
2025-08-07 15:09:34 from Xuneng Zhou <xunengzhou(at)gmail(dot)com>
2025-08-08 02:43:52 from Thomas Munro <thomas(dot)munro(at)gmail(dot)com> 📎
2025-08-08 03:48:47 from Thomas Munro <thomas(dot)munro(at)gmail(dot)com>
2025-08-08 04:39:17 from Xuneng Zhou <xunengzhou(at)gmail(dot)com>
2025-08-08 15:06:53 from Thomas Munro <thomas(dot)munro(at)gmail(dot)com> 📎
Lists:
pgsql-bugs
Here's my proposed fix. Great reproducer, Alexander, thanks!
Attachment
Content-Type
Size
0001-Fix-bug-in-read_stream.c-s-split-IO-handling.patch
text/x-patch
3.2 KB
In response to
Re: BUG #19006: Assert(BufferIsPinned) in BufferGetBlockNumber() is triggered for forwarded buffer
at 2025-08-04 19:19:43 from Thomas Munro
Responses
Re: BUG #19006: Assert(BufferIsPinned) in BufferGetBlockNumber() is triggered for forwarded buffer
at 2025-08-05 04:43:06 from Tom Lane
Re: BUG #19006: Assert(BufferIsPinned) in BufferGetBlockNumber() is triggered for forwarded buffer
at 2025-08-07 15:09:34 from Xuneng Zhou
Browse pgsql-bugs by date
From
Date
Subject
Next Message
Tom Lane
2025-08-05 04:43:06
Re: BUG #19006: Assert(BufferIsPinned) in BufferGetBlockNumber() is triggered for forwarded buffer
Previous Message
Tom Lane
2025-08-05 02:10:24
Re: Postgres: Queries are too slow after upgrading to PG17 from PG15