Re: pgsql: Rewrite some RI code to avoid using SPI

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Alvaro Herrera <alvherre(at)alvh(dot)no-ip(dot)org>
Cc: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: Re: pgsql: Rewrite some RI code to avoid using SPI
Date: 2022-04-07 20:32:07
Message-ID: 3400437.1649363527@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Alvaro Herrera <alvherre(at)alvh(dot)no-ip(dot)org> writes:
> Rewrite some RI code to avoid using SPI

Just for the record, I didn't approve of that patch, and I don't
think cramming it in a few hours before feature freeze is a good
way to proceed.

(1) We've added enough instability to the tree this week already.

(2) I'm still quite unhappy about the idea that this particular
type of FK check will be done using fundamentally different methods
than every other type of FK check. I think that is inevitably
going to lead to semantic inconsistencies.

regards, tom lane

In response to

Responses

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2022-04-07 21:11:02 pgsql: psql: add \dconfig command to show server's configuration parame
Previous Message Andres Freund 2022-04-07 19:31:02 pgsql: pgstat: add tests for handling of restarts, including crashes.