[DOCS] Building extension on Windows

Поиск
Список
Период
Сортировка
От arutar@bk.ru
Тема [DOCS] Building extension on Windows
Дата
Msg-id 20170601080850.1488.61113@wrigleys.postgresql.org
обсуждение исходный текст
Список pgsql-docs
The following documentation comment has been logged on the website:

Page: https://www.postgresql.org/docs/9.6/static/xfunc-c.html
Description:

Does the macros PG_FUNCTION_INFO_V1 work properly on windows?

Using visual studio 2013 on windows os,the full function definition must
look like that:

PGDLLEXPORT Datum Test(PG_FUNCTION_ARGS);

PG_FUNCTION_INFO_V1(Test);

Datum Test(PG_FUNCTION_ARGS){
}

And some specific flags must be set on the project settings.

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

Предыдущее
От: Tatsuo Ishii
Дата:
Сообщение: [DOCS] "Comparison of Different Solutions"
Следующее
От: Shashi Singh
Дата:
Сообщение: [DOCS] Row movement in Subpartition in postgres