Re: Binary I/O for isn extension

Поиск
Список
Период
Сортировка
От Shay Rojansky
Тема Re: Binary I/O for isn extension
Дата
Msg-id CADT4RqAiU_znq=-mzTZf5mukjmNkoaf_Qin7yen+6kjRZUCN6w@mail.gmail.com
обсуждение исходный текст
Ответ на Re: Binary I/O for isn extension  (Andreas Karlsson <andreas@proxel.se>)
Ответы Re: Binary I/O for isn extension  (Fabien COELHO <coelho@cri.ensmp.fr>)
Список pgsql-hackers
When adding new functions to an extension you need to bump the version of the extension by renaming the file, updating the .control file, creating an upgrade script, and updating the Makefile to include the new files.

Attached is a new version of the patch, adding an upgrade script and the rest of it. Note that because, as Fabien noted, there's doesn't seem to be a way to add send/receive functions with ALTER TYPE, I did that by updating pg_type directly - hope that's OK.

Вложения

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

Предыдущее
От: Michael Meskes
Дата:
Сообщение: Re: Question and suggestion about application binary compatibility policy
Следующее
От: Tomas Vondra
Дата:
Сообщение: Re: Re: PATCH: Split stats file per database WAS: autovacuum stress-testing our system