Re: BUG #13788: compile error in generic_msvc.h
| От | Tom Lane |
|---|---|
| Тема | Re: BUG #13788: compile error in generic_msvc.h |
| Дата | |
| Msg-id | 5176.1449005701@sss.pgh.pa.us обсуждение исходный текст |
| Ответ на | BUG #13788: compile error in generic_msvc.h (paul.moore@centrify.com) |
| Ответы |
Re: BUG #13788: compile error in generic_msvc.h
|
| Список | pgsql-bugs |
paul.moore@centrify.com writes:
> Bug reference: 13788
> Logged by: paul moore
> Email address: paul.moore@centrify.com
> PostgreSQL version: 9.5beta1
> Operating system: win server 2012
> Description:
> vs 2015, compiling spi execq sample
> vc complains about this
> 1>c:\Program
> Files\PostgreSQL\9.5\include\server\port/atomics/generic-msvc.h(91): error
> C2664: 'LONG64 _InterlockedCompareExchange64(volatile LONG64
> *,LONG64,LONG64)': cannot convert argument 1 from 'volatile uint64 *' to
> 'volatile LONG64 *'
> same for the add64 function a few lines later
That's a bit weird. A perhaps plausible explanation would be that the
compiler is unhappy about passing an unsigned argument to a signed
parameter; but if they've tightened it up like that, why no similar
complaint for the 32-bit versions just above these?
Can you try inserting a cast to (volatile int64 *), just to see?
regards, tom lane
В списке pgsql-bugs по дате отправления: