Re: Eliminating SPI from RI triggers - take 2

From: Amit Langote <amitlangote09(at)gmail(dot)com>
To: Jacob Champion <jchampion(at)timescale(dot)com>
Cc: PostgreSQL-development <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: Eliminating SPI from RI triggers - take 2
Date: 2022-07-07 05:45:23
Message-ID: CA+HiwqHShcPcseJu5cphRnJWkWvYm5pJRcUWPsnxjtKYKRMzGQ@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On Wed, Jul 6, 2022 at 11:55 AM Amit Langote <amitlangote09(at)gmail(dot)com> wrote:
> On Wed, Jul 6, 2022 at 3:24 AM Jacob Champion <jchampion(at)timescale(dot)com> wrote:
> > 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 for the heads up.
>
> Yeah, I noticed the warning when I compiled with a different set of
> gcc parameters, though not the isolation test failures, so not sure
> what the bot is running into.
>
> Attaching updated patches which fix the warning and a few other issues
> I noticed.

Hmm, cfbot is telling me that detach-partition-concurrently-2 is
failing on Cirrus-CI [1]. Will look into it.

--
Thanks, Amit Langote
EDB: http://www.enterprisedb.com

[1] https://cirrus-ci.com/task/5253369525698560?logs=test_world#L317

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Pavel Stehule 2022-07-07 05:49:47 Re: Schema variables - new implementation for Postgres 15
Previous Message Michael Paquier 2022-07-07 05:04:13 Re: pg_upgrade (12->14) fails on aggregate