Re: Help with User-defined function in PostgreSQL with Visual C++

Поиск
Список
Период
Сортировка
От Itagaki Takahiro
Тема Re: Help with User-defined function in PostgreSQL with Visual C++
Дата
Msg-id AANLkTimXnFFKCj7DAV=Z43BYqfVFDR52-E6bN8AF_-M_@mail.gmail.com
обсуждение исходный текст
Ответ на Re: Help with User-defined function in PostgreSQL with Visual C++  (Robert Haas <robertmhaas@gmail.com>)
Ответы Re: Help with User-defined function in PostgreSQL with Visual C++  (Robert Haas <robertmhaas@gmail.com>)
Re: Help with User-defined function in PostgreSQL with Visual C++  (Craig Ringer <craig@postnewspapers.com.au>)
Список pgsql-hackers
On Tue, Sep 28, 2010 at 9:51 AM, Robert Haas <robertmhaas@gmail.com> wrote:
>> Since we have PGDLLEXPORT in 9.0, we can mark some of exported
>> functions with it in tutorial codes and maybe contrib modules.
>
> If that (a) works and (b) reduces user confusion, +1 from me.  We've
> gotten this question a few times lately.

If we do so, many PGDLLEXPORT will be added: *  17 in src/tutorial * 507 in contrib
for each exported PGFunction, _PG_init, and _PG_fini.

Any objections? Am I missing something?

--
Itagaki Takahiro


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

Предыдущее
От: Robert Haas
Дата:
Сообщение: Re: Hot Standby tuning for btree_xlog_vacuum()
Следующее
От: Robert Haas
Дата:
Сообщение: Re: Help with User-defined function in PostgreSQL with Visual C++