[DOCS] Building extension on Windows - Mailing list pgsql-docs

From arutar@bk.ru
Subject [DOCS] Building extension on Windows
Date
Msg-id 20170601080850.1488.61113@wrigleys.postgresql.org
Whole thread Raw
List 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 by date:

Previous
From: Tatsuo Ishii
Date:
Subject: [DOCS] "Comparison of Different Solutions"
Next
From: Shashi Singh
Date:
Subject: [DOCS] Row movement in Subpartition in postgres