Re: speedup ALTER TABLE ADD CHECK CONSTRAINT.

From: Sergei Kornilov <sk(at)zsrv(dot)org>
To: jian he <jian(dot)universality(at)gmail(dot)com>, PostgreSQL Hackers <pgsql-hackers(at)lists(dot)postgresql(dot)org>
Subject: Re: speedup ALTER TABLE ADD CHECK CONSTRAINT.
Date: 2024-12-01 16:06:48
Message-ID: 47131733068852@mail.yandex.ru
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

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.

regards, Sergei

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message David E. Wheeler 2024-12-01 16:13:21 Re: Potential ABI breakage in upcoming minor releases
Previous Message Peter Geoghegan 2024-12-01 15:36:23 Re: Re: Re:Re:Re: backup server core when redo btree_xlog_insert that type is XLOG_BTREE_INSERT_POST