Re: New "single-call SRF" APIs are very confusingly named

Поиск
Список
Период
Сортировка
От Michael Paquier
Тема Re: New "single-call SRF" APIs are very confusingly named
Дата
Msg-id Y0yqnPQ89chU5oKw@paquier.xyz
обсуждение исходный текст
Ответ на Re: New "single-call SRF" APIs are very confusingly named  (Andres Freund <andres@anarazel.de>)
Список pgsql-hackers
On Sun, Oct 16, 2022 at 03:04:43PM -0700, Andres Freund wrote:
> Yes - it'd introduce an ABI break, i.e. an already compiled extension
> referencing SetSingleFuncCall() wouldn't fail to load into an upgraded sever,
> due to the reference to the SetSingleFuncCall, which wouldn't exist anymore.

Note that this layer should just be removed on HEAD.  Once an
extension catches up with the new name, they would not even need to
play with PG_VERSION_NUM even for a new version compiled with
REL_15_STABLE.
--
Michael

Вложения

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

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: macos ventura SDK spews warnings
Следующее
От: Michael Paquier
Дата:
Сообщение: Re: New "single-call SRF" APIs are very confusingly named