scan.c:900: warning: ... postgresql-7.1

Поиск
Список
Период
Сортировка
От Limin Liu
Тема scan.c:900: warning: ... postgresql-7.1
Дата
Msg-id 3ADC91E3.F95342AE@pumpkinnet.com
обсуждение исходный текст
Ответы Re: scan.c:900: warning: ... postgresql-7.1  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-general
Does anyone get the same warning messages from postgresql-7.1?

It's under src/backend/parser...

scan.c: In function `base_yylex':
scan.c:900: warning: `yy_cp' might be used uninitialized in this
function
scan.c:900: warning: `yy_bp' might be used uninitialized in this
function

Here is the scan.c line 900
--
register char *yy_cp, *yy_bp;
--

In my previous postgres copy (7.1 beta 4), I did find the initialization
for these two variables in scan.c.

Can anyone please tell me why the init. is removed?  Thank you very
much.


--
LM Liu



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

Предыдущее
От: Kevin L
Дата:
Сообщение: how to change table owner?
Следующее
От: "Gregory Wood"
Дата:
Сообщение: Re: pg_dump error