Re: BUG #17035: assert after commit

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: RekGRpth <rekgrpth(at)gmail(dot)com>
Cc: Alvaro Herrera <alvherre(at)alvh(dot)no-ip(dot)org>, PostgreSQL mailing lists <pgsql-bugs(at)lists(dot)postgresql(dot)org>
Subject: Re: BUG #17035: assert after commit
Date: 2021-05-27 03:22:42
Message-ID: 1684883.1622085762@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs

RekGRpth <rekgrpth(at)gmail(dot)com> writes:
> Ok, I see. But I use SPI_execute_plan in background worker and no
> ActivePortal there

Well, you need to provide a snapshot. replication/worker.c
might serve as an example.

regards, tom lane

In response to

Responses

Browse pgsql-bugs by date

  From Date Subject
Next Message RekGRpth 2021-05-27 03:51:09 Re: BUG #17035: assert after commit
Previous Message David G. Johnston 2021-05-27 03:16:10 Re: BUG #17036: generated column cann't modifyed auto when update