Re: Re: Changes to include files

Поиск
Список
Период
Сортировка
От Bruce Momjian
Тема Re: Re: Changes to include files
Дата
Msg-id 200101181812.NAA25280@candle.pha.pa.us
обсуждение исходный текст
Ответ на Re: Changes to include files  (Thomas Lockhart <lockhart@alumni.caltech.edu>)
Список pgsql-hackers
> > Could anyone please tell me what changed in some of the include files. I
> > just noticed that ecpg won't compile anymore.
> 
> I haven't been able to update my cvs sources for a few days, but on my
> machine preproc.y produces 321 shift/reduce errors. Does it still, or is
> that patched up?

In /pg/pl/plpgsql/src, I get:
   bison -y -d  gram.y   sed -e 's/yy/plpgsql_yy/g' -e 's/YY/PLPGSQL_YY/g' < y.tab.c > ./pl_gram.c   sed -e
's/yy/plpgsql_yy/g'-e 's/YY/PLPGSQL_YY/g' < y.tab.h > ./pl.tab.h   rm -f y.tab.c y.tab.h
 

Looks OK to me.

--  Bruce Momjian                        |  http://candle.pha.pa.us pgman@candle.pha.pa.us               |  (610)
853-3000+  If your life is a hard drive,     |  830 Blythe Avenue +  Christ can be your backup.        |  Drexel Hill,
Pennsylvania19026
 


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

Предыдущее
От: Bruce Momjian
Дата:
Сообщение: Re: Gateway
Следующее
От: "Mikheev, Vadim"
Дата:
Сообщение: RE: compiling 7.1-beta1