From: | Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us> |
---|---|
To: | Robert Haas <robertmhaas(at)gmail(dot)com> |
Cc: | Alexander Lakhin <exclusion(at)gmail(dot)com>, pgsql-bugs(at)lists(dot)postgresql(dot)org, Richard Guo <guofenglinux(at)gmail(dot)com>, Andres Freund <andres(at)anarazel(dot)de>, Peter Geoghegan <pg(at)bowt(dot)ie> |
Subject: | Re: BUG #17798: Incorrect memory access occurs when using BEFORE ROW UPDATE trigger |
Date: | 2024-01-12 20:52:47 |
Message-ID: | 794095.1705092767@sss.pgh.pa.us |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-bugs |
Robert Haas <robertmhaas(at)gmail(dot)com> writes:
> On Fri, Jan 12, 2024 at 12:28 PM Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us> wrote:
>> After sleeping on it, I'm inclined to the opinion that unconditionally
>> materializing newslot here is a good idea.
> I'm glad you came to that conclusion, and I agree.
Cool.
> Do you want to take this forward from here?
Happy to do that, if no one objects to this way forward.
regards, tom lane
From | Date | Subject | |
---|---|---|---|
Next Message | Jeff Davis | 2024-01-12 21:55:28 | Re: [16+] subscription can end up in inconsistent state |
Previous Message | Robert Haas | 2024-01-12 20:26:22 | Re: BUG #17798: Incorrect memory access occurs when using BEFORE ROW UPDATE trigger |