| From: | itagaki(at)postgresql(dot)org (Takahiro Itagaki) |
|---|---|
| To: | pgsql-committers(at)postgresql(dot)org |
| Subject: | pgsql: PGDLLEXPORT is __declspec (dllexport) only on MSVC, but is |
| Date: | 2010-05-28 16:34:16 |
| Message-ID: | 20100528163416.0F4AF7541D2@cvs.postgresql.org |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-committers pgsql-hackers |
Log Message:
-----------
PGDLLEXPORT is __declspec (dllexport) only on MSVC,
but is __declspec (dllimport) on other compilers
because cygwin and mingw don't like dllexport.
Modified Files:
--------------
pgsql/src/include/port:
cygwin.h (r1.8 -> r1.9)
(http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/include/port/cygwin.h?r1=1.8&r2=1.9)
win32.h (r1.94 -> r1.95)
(http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/include/port/win32.h?r1=1.94&r2=1.95)
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Tom Lane | 2010-05-28 17:35:24 | pgsql: Rewrite LIKE's %-followed-by-_ optimization so it really works |
| Previous Message | Heikki Linnakangas | 2010-05-28 14:03:31 | pgsql: Update High Availability docs. |
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Bruce Momjian | 2010-05-28 16:39:47 | Re: functional call named notation clashes with SQL feature |
| Previous Message | Peter Eisentraut | 2010-05-28 16:27:52 | How to pass around collation information |