Re: Bugfix and new feature for PGXS

Поиск
Список
Период
Сортировка
От Peter Eisentraut
Тема Re: Bugfix and new feature for PGXS
Дата
Msg-id 51C2FAE6.6000104@gmx.net
обсуждение исходный текст
Ответ на Re: Bugfix and new feature for PGXS  (Craig Ringer <craig@2ndquadrant.com>)
Список pgsql-hackers
On 6/20/13 1:21 AM, Craig Ringer wrote:
> As you note, the other option is to just refer to extension headers by
> their unqualified name. I'm *really* not a fan of that idea due to the
> obvious clash possibilities with Pg's own headers or system headers,
> especially given that the whole idea of extensions is that they're user
> supplied. Not having any kind of namespacing is worrying.

We already install all PostgreSQL server header files into a separate
directory, so the only clashes you have to worry about are with other
extensions and with the backend.  And you have to do that anyway,
because you will have namespace issues for the shared libraries, the
symbols in those libraries, and the extension names.



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

Предыдущее
От: Fabrízio de Royes Mello
Дата:
Сообщение: Re: Patch to add support of "IF NOT EXISTS" to others "CREATE" statements
Следующее
От: Peter Eisentraut
Дата:
Сообщение: Re: Bugfix and new feature for PGXS