| From: | Peter Eisentraut <peter_e(at)gmx(dot)net> |
|---|---|
| To: | Andres Freund <andres(at)2ndquadrant(dot)com> |
| Cc: | pgsql-hackers(at)postgresql(dot)org, Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>, Alvaro Herrera <alvherre(at)2ndquadrant(dot)com>, Robert Haas <robertmhaas(at)gmail(dot)com>, Peter Geoghegan <peter(at)2ndquadrant(dot)com> |
| Subject: | Re: embedded list v3 |
| Date: | 2012-10-01 13:19:35 |
| Message-ID: | 50699867.5050005@gmx.net |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-hackers |
On 9/30/12 5:42 PM, Andres Freund wrote:
> I thought msvc supported _Static_assert as well, but after a short search it
> seems I misremembered and it only supports static_assert from C++11 (which is
> plausible, because I've worked on a C++11 project which was ported to windows
> ). I don't know how C and C++ compilation modes are different in msvc.
The issue is rather that the MSVC guys have decided not to bother
supporting C99.
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Dimitri Fontaine | 2012-10-01 13:45:54 | Re: CTE optimization fence on the todo list? |
| Previous Message | Peter Geoghegan | 2012-10-01 13:09:59 | Re: CTE optimization fence on the todo list? |