pgsql: Fix unportable use of isxdigit() with char (rather than unsigned

Поиск
Список
Период
Сортировка
От tgl@postgresql.org (Tom Lane)
Тема pgsql: Fix unportable use of isxdigit() with char (rather than unsigned
Дата
Msg-id 20100116173955.C3BD17541B9@cvs.postgresql.org
обсуждение исходный текст
Список pgsql-committers
Log Message:
-----------
Fix unportable use of isxdigit() with char (rather than unsigned char)
argument, per warnings from buildfarm member pika.  Also clean up code
formatting a trifle.

Modified Files:
--------------
    pgsql/src/backend/parser:
        scan.l (r1.165 -> r1.166)
        (http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/backend/parser/scan.l?r1=1.165&r2=1.166)

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

Предыдущее
От: tgl@postgresql.org (Tom Lane)
Дата:
Сообщение: pgsql: Fix bogus initialization of KnownAssignedXids shared memory state
Следующее
От: Simon Riggs
Дата:
Сообщение: Re: pgsql: Fix bogus initialization of KnownAssignedXids shared memory state