Re: Extending PostgreSQL on Windows

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: Extending PostgreSQL on Windows
Дата
Msg-id 19114.1120144540@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: Extending PostgreSQL on Windows  ("Magnus Hagander" <mha@sollentuna.net>)
Список pgsql-hackers-win32
"Magnus Hagander" <mha@sollentuna.net> writes:
> While it may work, we don't fully support using MSVC for developing
> server-side extensions. Not sure if it's related to your problem, but
> it's quite possible.

The symptoms sound like the backend is not recognizing the function
as being V1 calling convention, which suggests something wrong with
the expansion of the PG_FUNCTION_INFO_V1 macro (eg, the created routine
doesn't have the right name).  Hard to say more than that.

            regards, tom lane

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

Предыдущее
От: "Magnus Hagander"
Дата:
Сообщение: Re: Extending PostgreSQL on Windows
Следующее
От: "Stan Vassilev"
Дата:
Сообщение: Tons of postgres.exe processes