Re: ecpg+AIX 5L compile failure with current

Поиск
Список
Период
Сортировка
От Tatsuo Ishii
Тема Re: ecpg+AIX 5L compile failure with current
Дата
Msg-id 20011121155725L.t-ishii@sra.co.jp
обсуждение исходный текст
Ответ на Re: ecpg+AIX 5L compile failure with current  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-hackers
> > gmake[4]: Entering directory `/mnt/t-ishii/pgsql/src/interfaces/ecpg/preproc'
> > /usr/vac/bin/xlc -O2 -qmaxmem=16384 -qsrcmsg -qlonglong -I./../include -I../../../../src/include  -DMAJOR_VERSION=2
-DMINOR_VERSION=9-DPATCHLEVEL=0 -DINCLUDE_PATH=\"/usr/local/pgsql/include\"   -c -o variable.o variable.c
 
> >       325 | //              mmerror(ET_FATAL, "No multilevel (more than 2) pointer supported %d",pointer_len);
> >             a....................................................................................b..........
> > a - 1506-046 (S) Syntax error.
> > b - 1506-099 (S) Unexpected argument.
> 
> 
> Does this compiler not like // comments?

Right.

> I thought we'd made a pass of
> cleaning those out recently, but obviously one's snuck into ecpg ...


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

Предыдущее
От: Bruce Momjian
Дата:
Сообщение: internals.ps
Следующее
От: Karel Zak
Дата:
Сообщение: Re: broken time operator?