Re: BUG #18815: Logical replication worker Segmentation fault
Sergey Belyashov <sergey.belyashov@gmail.com>
From: Sergey Belyashov <sergey.belyashov@gmail.com>
To: Tom Lane <tgl@sss.pgh.pa.us>
Cc: Tomas Vondra <tomas@vondra.me>, pgsql-bugs@lists.postgresql.org
Date: 2025-02-18T17:41:55Z
Lists: pgsql-bugs, pgsql-hackers
Commits
Same data as JSON:
GET /api/v1/messages/:b64id/commits
the thread's linked commits as JSON, with link sources.
API reference →
-
Fix uninitialized index information access during apply.
- 12eece5fd54c 18.0 landed
-
Assert that ExecOpenIndices and ExecCloseIndices are not repeated.
- e596e077bbb3 18.0 landed
-
Fix crash in brininsertcleanup during logical replication.
- 9ff68679b50f 18.0 landed
- 788baa9a25ae 17.5 landed
Thank you very much вт, 18 февр. 2025 г., 19:54 Tom Lane <tgl@sss.pgh.pa.us>: > Sergey Belyashov <sergey.belyashov@gmail.com> writes: > > Do I need to apply this patch for debugging purposes? > > I think we've debugged enough to understand what's happening. > Thanks for the report! > > If you just want to get some work done, applying that patch > should be enough to prevent the crash, although I want to > change some other things too. > > regards, tom lane >