Re: Segmentation Fault in logical decoding get/peek API

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: Segmentation Fault in logical decoding get/peek API
Дата
Msg-id 4354.1550185500@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: Segmentation Fault in logical decoding get/peek API  (Jeremy Finzel <finzelj@gmail.com>)
Ответы Re: Segmentation Fault in logical decoding get/peek API  (Jeremy Finzel <finzelj@gmail.com>)
Re: Segmentation Fault in logical decoding get/peek API  (Jeremy Finzel <finzelj@gmail.com>)
Список pgsql-bugs
Jeremy Finzel <finzelj@gmail.com> writes:
> On Thu, Feb 14, 2019 at 4:26 PM Tom Lane <tgl@sss.pgh.pa.us> wrote:
>> So my bet is that your problem was fixed by some other commit between
>> 10.3 and 10.6.  Maybe the predecessor one, b767b3f2e; but hard to say
>> without more investigation than seems warranted, if the bug's gone.

> I am willing to put in more time debugging this because we want to know
> which clusters are actually susceptible to the bug. Any suggestions to
> proceed are welcome.

Well, as Peter said, "git bisect" and trying to reproduce the problem
at each step would be the way to prove it definitively.  Seems mighty
tedious though.  Possibly you could shave some time off the process
by assuming it must have been one of the commits that touched
reorderbuffer.c ... a quick check says there have been ten of those
in the v10 branch since 10.3.

            regards, tom lane


В списке pgsql-bugs по дате отправления:

Предыдущее
От: John Klann
Дата:
Сообщение: Re: BUG #15636: PostgreSQL 11.1 pg_basebackup backup to a CIFSdestination throws fsync error at end of backup
Следующее
От: Doug Safreno
Дата:
Сообщение: Bug: Deferred FKey Check Happening on Double Update, Not Single