| От | Tom Lane |
|---|---|
| Тема | Re: question about new fmgr in 7.1 snapshots |
| Дата | |
| Msg-id | 1503.971801576@sss.pgh.pa.us обсуждение |
| Ответ на | question about new fmgr in 7.1 snapshots (Jeff Hoffmann <jeff@propertykey.com>) |
| Ответы |
Re: question about new fmgr in 7.1 snapshots
|
| Список | pgsql-hackers |
Jeff Hoffmann <jeff@propertykey.com> writes:
> my question is whether i should change the function to use the new fmgr
> type of definition or if it's only for internal functions.
Up to you. If you need any of the new features (like clean handling
of NULLs) then convert. If you were happy with the old way, no need.
A new-style dynamically loaded function must be defined as using
language "newC" not "C"; this cues fmgr which way to call it.
Gotta start updating the documentation soon ;-)
regards, tom lane
В списке pgsql-hackers по дате отправления:
Сайт использует файлы cookie для корректной работы и повышения удобства. Нажимая кнопку «Принять» или продолжая пользоваться сайтом, вы соглашаетесь на их использование в соответствии с Политикой в отношении обработки cookie ООО «ППГ», в том числе на передачу данных из файлов cookie сторонним статистическим и рекламным службам. Вы можете управлять настройками cookie через параметры вашего браузера