Re: Help with User-defined function in PostgreSQL with Visual C++ - Mailing list pgsql-hackers

From Robert Haas
Subject Re: Help with User-defined function in PostgreSQL with Visual C++
Date
Msg-id AANLkTi=Q6Ln5Vkxq0f+r22_g9ok_udNVCSY1P4drtY=2@mail.gmail.com
Whole thread Raw
In response to Re: Help with User-defined function in PostgreSQL with Visual C++  (Itagaki Takahiro <itagaki.takahiro@gmail.com>)
List pgsql-hackers
On Mon, Sep 27, 2010 at 11:26 PM, Itagaki Takahiro
<itagaki.takahiro@gmail.com> wrote:
> On Tue, Sep 28, 2010 at 12:12 PM, Robert Haas <robertmhaas@gmail.com> wrote:
>>> 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.
>>
>> Oh - I didn't realize this meant marking lots of things in contrib
>> that didn't otherwise need to be marked.  Why do other people need
>> this if we don't?
>
> As I mentioned, we don't need the marks in our build environment at all.

Why not?

--
Robert Haas
EnterpriseDB: http://www.enterprisedb.com
The Enterprise Postgres Company


pgsql-hackers by date:

Previous
From: Robert Haas
Date:
Subject: Re: patch: tsearch - some memory diet
Next
From: Mark Kirkwood
Date:
Subject: Re: Perf regression in 2.6.32 (Ubuntu 10.04 LTS)