Re: speedup ALTER TABLE ADD CHECK CONSTRAINT.
jian he <jian.universality@gmail.com>
From: jian he <jian.universality@gmail.com>
To: Sergei Kornilov <sk@zsrv.org>
Cc: PostgreSQL Hackers <pgsql-hackers@lists.postgresql.org>
Date: 2024-12-03T06:43:00Z
Lists: pgsql-hackers
On Mon, Dec 2, 2024 at 12:06 AM Sergei Kornilov <sk@zsrv.org> wrote: > > Hello! > Thanks for the patch, but I think using SPI is still not allowed here: https://www.postgresql.org/message-id/9878.1511970441%40sss.pgh.pa.us > > > if it uses SPI for sub-operations of ALTER TABLE I think that is sufficient reason to reject it out of hand. > Thanks for dropping this link. i wonder what was your thoughts about this (https://www.postgresql.org/message-id/900056D1-32DF-4927-8251-3E0C0DC407FD%40anarazel.de) at that time?