Re: Retiring support for pre-7.3 FK constraint triggers

Поиск
Список
Период
Сортировка
От Daniel Gustafsson
Тема Re: Retiring support for pre-7.3 FK constraint triggers
Дата
Msg-id 6141B304-03A1-42F9-82C7-A397F2816F19@yesql.se
обсуждение исходный текст
Ответ на Re: Retiring support for pre-7.3 FK constraint triggers  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-hackers
> On 5 Mar 2020, at 21:52, Tom Lane <tgl@sss.pgh.pa.us> wrote:
>
> Daniel Gustafsson <daniel@yesql.se> writes:
>> Having code which is untested and not excercised by developers (or users, if my
>> assumption holds), yet being reachable by SQL, runs the risk of introducing
>> subtle bugs.  Is there a usecase for keeping it, or can/should it be removed in
>> 14?  That would still leave a lot of supported versions to upgrade to in case
>> there are users to need this.
>
> Pushed.  Looking at the original commit, I noticed one now-obsolete
> comment that should also be removed, so I did that.

Thanks, I was looking around but totally missed that comment.

cheers ./daniel


В списке pgsql-hackers по дате отправления:

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: Allowing ALTER TYPE to change storage strategy
Следующее
От: Aleksei Ivanov
Дата:
Сообщение: Re: Proposal: PqSendBuffer removal