| From: | itagaki(at)postgresql(dot)org (Takahiro Itagaki) |
|---|---|
| To: | pgsql-committers(at)postgresql(dot)org |
| Subject: | pgsql: Mark PG_MODULE_MAGIC and PG_FUNCTION_INFO_V1 with PGDLLEXPORT |
| Date: | 2010-05-27 07:59:49 |
| Message-ID: | 20100527075949.339A17541D2@cvs.postgresql.org |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-committers pgsql-hackers |
Log Message:
-----------
Mark PG_MODULE_MAGIC and PG_FUNCTION_INFO_V1 with PGDLLEXPORT
independently from BUILDING_DLL. It is always __declspec(dllexport).
Modified Files:
--------------
pgsql/src/include:
c.h (r1.240 -> r1.241)
(http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/include/c.h?r1=1.240&r2=1.241)
fmgr.h (r1.65 -> r1.66)
(http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/include/fmgr.h?r1=1.65&r2=1.66)
pgsql/src/include/port:
cygwin.h (r1.7 -> r1.8)
(http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/include/port/cygwin.h?r1=1.7&r2=1.8)
win32.h (r1.93 -> r1.94)
(http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/include/port/win32.h?r1=1.93&r2=1.94)
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Tom Lane | 2010-05-27 15:59:10 | pgsql: Make CREATE INDEX run expression preprocessing on a proposed |
| Previous Message | Heikki Linnakangas | 2010-05-27 06:53:37 | Re: pgsql: Make it more clear that you need to release savepoint with |
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Peter Eisentraut | 2010-05-27 08:15:29 | Re: functional call named notation clashes with SQL feature |
| Previous Message | Heikki Linnakangas | 2010-05-27 07:51:35 | Re: functional call named notation clashes with SQL feature |