Re: New warning in pg_dump

Поиск
Список
Период
Сортировка
От Philip Warner
Тема Re: New warning in pg_dump
Дата
Msg-id 6.1.1.1.0.20040824122830.0466bf40@203.8.195.10
обсуждение исходный текст
Ответ на New warning in pg_dump  (Alvaro Herrera <alvherre@dcc.uchile.cl>)
Ответы Re: New warning in pg_dump  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-hackers
At 01:58 AM 24/08/2004, Alvaro Herrera wrote:
>static int _isIdentChar(unsigned char c)

I think the correct thing to do is to leave it as (signed) char, and remove 
the comparison to \200 = -127. All chars will be >= -127. I will fix this 
in the next release.


----------------------------------------------------------------
Philip Warner                    |     __---_____
Albatross Consulting Pty. Ltd.   |----/       -  \
(A.B.N. 75 008 659 498)          |          /(@)   ______---_
Tel: (+61) 0500 83 82 81         |                 _________  \
Fax: (+61) 03 5330 3172          |                 ___________ |
Http://www.rhyme.com.au          |                /           \|                                 |    --________--
PGP key available upon request,  |  /
and from pgp.mit.edu:11371       |/ 



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

Предыдущее
От: Philip Warner
Дата:
Сообщение: Re: compile warnings in HEAD
Следующее
От: "Marc G. Fournier"
Дата:
Сообщение: auto-casting a bit more intelligent in 8.0 ... ?