Re: BUG #18859: ERROR: unexpected plan node type: 356
Andrei Lepikhov <lepihov@gmail.com>
From: Andrei Lepikhov <lepihov@gmail.com>
To: Tom Lane <tgl@sss.pgh.pa.us>
Cc: splarv@ya.ru, pgsql-bugs@lists.postgresql.org
Date: 2025-03-21T14:49:40Z
Lists: pgsql-bugs
Attachments
- scrollable-fix.diff (text/plain) patch
On 21/3/2025 14:00, Tom Lane wrote: > Andrei Lepikhov <lepihov@gmail.com> writes: >> The problem here is in the scrollable cursors code which inserts >> Material node: > > Yeah, I'd just come to the same conclusion. I guess we can make > this code look through a Material node as well as Gather. Yes, as I see there are no additional corner cases. See the code in attachment. -- regards, Andrei Lepikhov
Commits
Same data as JSON:
GET /api/v1/messages/:b64id/commits
the thread's linked commits as JSON, with link sources.
API reference →
-
Fix plpgsql's handling of simple expressions in scrollable cursors.
- c196c610b339 14.18 landed
- a28c1fb619bf 16.9 landed
- 7fe312f6092f 18.0 landed
- 5e56efa7c0e0 15.13 landed
- 1353b1161a79 17.5 landed
- 0f60e1fba137 13.21 landed