Re: pgsql: Added just another test case.

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: pgsql: Added just another test case.
Дата
Msg-id 8063.1139413503@sss.pgh.pa.us
обсуждение исходный текст
Ответ на pgsql: Added just another test case.  (meskes@postgresql.org (Michael Meskes))
Ответы Re: pgsql: Added just another test case.  (Bruce Momjian <pgman@candle.pha.pa.us>)
Список pgsql-committers
meskes@postgresql.org (Michael Meskes) writes:
> Log Message:
> -----------
>  Added just another test case.
>  Fixed missing continuation line character.
>  Do not translate $-quoting.
>  Bit field notation belongs to a variable not a variable list.
>  Output of line number only done by one function.

This commit seems to have broken HEAD:

bison -y -d  preproc.y
mv -f y.tab.c ./preproc.c
mv -f y.tab.h ./preproc.h
/usr/bin/flex  -o'pgc.c' pgc.l
ccache gcc -O2 -Wall -Wmissing-prototypes -Wpointer-arith -Winline -Wdeclaration-after-statement -Wendif-labels
-fno-strict-aliasing-g -Wno-error -pthread  -D_REENTRANT -D_THREAD_SAFE -D_POSIX_PTHREAD_SEMANTICS -I./../include -I.
-I../../../../src/include-D_GNU_SOURCE  -I/usr/include/et -DMAJOR_VERSION=4 -DMINOR_VERSION=2 -DPATCHLEVEL=1  -c -o
preproc.opreproc.c 
In file included from preproc.y:6614:
pgc.c: In function `yylex':
pgc.c:1522: warning: label `find_rule' defined but not used
preproc.y: At top level:
pgc.c:3678: warning: 'yy_flex_realloc' defined but not used
ccache gcc -O2 -Wall -Wmissing-prototypes -Wpointer-arith -Winline -Wdeclaration-after-statement -Wendif-labels
-fno-strict-aliasing-g -Wno-error -pthread  -D_REENTRANT -D_THREAD_SAFE -D_POSIX_PTHREAD_SEMANTICS -I./../include -I.
-I../../../../src/include-D_GNU_SOURCE  -I/usr/include/et -DMAJOR_VERSION=4 -DMINOR_VERSION=2 -DPATCHLEVEL=1  -c -o
type.otype.c 
ccache gcc -O2 -Wall -Wmissing-prototypes -Wpointer-arith -Winline -Wdeclaration-after-statement -Wendif-labels
-fno-strict-aliasing-g -Wno-error -pthread  -D_REENTRANT -D_THREAD_SAFE -D_POSIX_PTHREAD_SEMANTICS -I./../include -I.
-I../../../../src/include-D_GNU_SOURCE  -I/usr/include/et -DMAJOR_VERSION=4 -DMINOR_VERSION=2 -DPATCHLEVEL=1  -c -o
ecpg.oecpg.c 
ccache gcc -O2 -Wall -Wmissing-prototypes -Wpointer-arith -Winline -Wdeclaration-after-statement -Wendif-labels
-fno-strict-aliasing-g -Wno-error -pthread  -D_REENTRANT -D_THREAD_SAFE -D_POSIX_PTHREAD_SEMANTICS -I./../include -I.
-I../../../../src/include-D_GNU_SOURCE  -I/usr/include/et -DMAJOR_VERSION=4 -DMINOR_VERSION=2 -DPATCHLEVEL=1  -c -o
ecpg_keywords.oecpg_keywords.c 
ccache gcc -O2 -Wall -Wmissing-prototypes -Wpointer-arith -Winline -Wdeclaration-after-statement -Wendif-labels
-fno-strict-aliasing-g -Wno-error -pthread  -D_REENTRANT -D_THREAD_SAFE -D_POSIX_PTHREAD_SEMANTICS -I./../include -I.
-I../../../../src/include-D_GNU_SOURCE  -I/usr/include/et -DMAJOR_VERSION=4 -DMINOR_VERSION=2 -DPATCHLEVEL=1  -c -o
output.ooutput.c 
output.c: In function `hashline_number':
output.c:90: error: `yydebug' undeclared (first use in this function)
output.c:90: error: (Each undeclared identifier is reported only once
output.c:90: error: for each function it appears in.)
make[4]: *** [output.o] Error 1

            regards, tom lane

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

Предыдущее
От: fxjr@pgfoundry.org (User Fxjr)
Дата:
Сообщение: npgsql - Npgsql: 2006-02-08 Francisco Figueiredo Jr.
Следующее
От: Bruce Momjian
Дата:
Сообщение: Re: pgsql: Added just another test case.