Re: orafce does NOT build with Sun Studio compiler

Поиск
Список
Период
Сортировка
От Bjorn Munch
Тема Re: orafce does NOT build with Sun Studio compiler
Дата
Msg-id 20080606143502.GA850@khepri12.norway.sun.com
обсуждение исходный текст
Ответ на orafce does NOT build with Sun Studio compiler  (Mayuresh Nirhali <Mayuresh.Nirhali@Sun.COM>)
Ответы Re: orafce does NOT build with Sun Studio compiler
Список pgsql-hackers
On 05/06 10.44, Mayuresh Nirhali wrote:
> Sun Studio does not like array declarations with null as dimenstion.
> So, In pipe.c we have,
> 
> typedef struct
> {
>        LWLockId shmem_lock;
>        pipe *pipes;
>        alert_event *events;
>        alert_lock *locks;
>        size_t size;
>        unsigned int sid;
>        char data[];                   /* line 149 */
> } sh_memory;

Have you tried with Studio 12?  I have a vague recollection that it
might treat this differently (in order words, accept it), but I may be
wrong...

- Bjorn


В списке pgsql-hackers по дате отправления:

Предыдущее
От: Gregory Stark
Дата:
Сообщение: Re: Overhauling GUCS
Следующее
От: Gregory Stark
Дата:
Сообщение: Re: Overhauling GUCS