Re: Eliminating SPI from RI triggers - take 2

From: Jacob Champion <jchampion(at)timescale(dot)com>
To: Amit Langote <amitlangote09(at)gmail(dot)com>
Cc: PostgreSQL-development <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: Eliminating SPI from RI triggers - take 2
Date: 2022-07-05 18:24:19
Message-ID: CAAWbhmifxdJ=4mz_ys8eHBVx=FJ04uu5JfKiE5RPkv=w-tdKpg@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On Thu, Jun 30, 2022 at 11:23 PM Amit Langote <amitlangote09(at)gmail(dot)com> wrote:
>
> I will continue investigating what to do about points (1) and (2)
> mentioned above and see if we can do away with using SQL in the
> remaining cases.

Hi Amit, looks like isolation tests are failing in cfbot:

https://cirrus-ci.com/task/6642884727275520

Note also the uninitialized variable warning that cfbot picked up;
that may or may not be related.

Thanks,
--Jacob

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Jacob Champion 2022-07-05 18:32:42 Re: Error "initial slot snapshot too large" in create replication slot
Previous Message Jacob Champion 2022-07-05 18:13:41 Re: [PATCH] Add sortsupport for range types and btree_gist