Re: BUG #18815: Logical replication worker Segmentation fault

From: Sergey Belyashov <sergey(dot)belyashov(at)gmail(dot)com>
To: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
Cc: pgsql-hackers(at)lists(dot)postgresql(dot)org, Tomas Vondra <tomas(at)vondra(dot)me>
Subject: Re: BUG #18815: Logical replication worker Segmentation fault
Date: 2025-02-20 19:17:18
Message-ID: CAOe0RDwp-1LKQp4Dy5xROX2m1jBjy_K_bodoNifkxam=6WB+hg@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs pgsql-hackers

I have applied the patch. Replication now works. Thank you.

Regards

чт, 20 февр. 2025 г. в 00:55, Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>:
>
> Sergey Belyashov <sergey(dot)belyashov(at)gmail(dot)com> writes:
> > The 4th patch is not applicable for the current REL_17_STABLE branch.
> > There are a lot of differences from master in the worker.c.
>
> If you want to try the committed v17 patch, see
>
> https://git.postgresql.org/gitweb/?p=postgresql.git;a=patch;h=788baa9a25ae83b576621166367c868d3329b4d4
>
> Thanks again for the report!
>
> regards, tom lane

In response to

Browse pgsql-bugs by date

  From Date Subject
Next Message Marlene Saransig 2025-02-20 19:33:35 Re: BUG #18821: Need delete files in pg_wal, size is bigger overcome limit max_wal_size
Previous Message PG Bug reporting form 2025-02-20 17:42:40 BUG #18821: Need delete files in pg_wal, size is bigger overcome limit max_wal_size

Browse pgsql-hackers by date

  From Date Subject
Next Message Masahiko Sawada 2025-02-20 19:43:55 Re: Restrict copying of invalidated replication slots
Previous Message Tom Lane 2025-02-20 19:11:16 Re: GetRelationPath() vs critical sections