Re: Variable-length FunctionCallInfoData

Поиск
Список
Период
Сортировка
От Andrew Gierth
Тема Re: Variable-length FunctionCallInfoData
Дата
Msg-id 87sgyzy9dp.fsf@news-spur.riddles.org.uk
обсуждение исходный текст
Ответ на Re: Variable-length FunctionCallInfoData  (Andres Freund <andres@anarazel.de>)
Ответы Re: Variable-length FunctionCallInfoData  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-hackers
>>>>> "Andres" == Andres Freund <andres@anarazel.de> writes:

 >> I think it'd probably good to add accessors for value/nullness in
 >> arguments that hide the difference between <v12 and v12, for the
 >> sake of extension authors. Would probably mostly make sense if we
 >> backpatched those for compatibility.

Speaking as an affected extension author: don't backpatch them.

The extension code has to cope with being compiled against a minor
release that doesn't have the backpatch, so the extension author has to
do their own workaround anyway. Having additional conditions based on
the minor release is just more pain.

-- 
Andrew (irc:RhodiumToad)


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

Предыдущее
От: Andrew Dunstan
Дата:
Сообщение: Re: valgrind issues on Fedora 28
Следующее
От: Michael Paquier
Дата:
Сообщение: Re: Add timeline to partial WAL segments