pgsql: Use (unsigned char) cast in argument of pg_tolower().

Поиск
Список
Период
Сортировка
От tgl@postgresql.org (Tom Lane)
Тема pgsql: Use (unsigned char) cast in argument of pg_tolower().
Дата
Msg-id 20090403232728.B6D34754ADE@cvs.postgresql.org
обсуждение исходный текст
Список pgsql-committers
Log Message:
-----------
Use (unsigned char) cast in argument of pg_tolower().  Maybe it works on
Windows without that, but we shouldn't put bad examples where people might
copy them.  Also, reformat slightly to improve the odds that pgindent
won't go nuts on this.

Tags:
----
REL8_2_STABLE

Modified Files:
--------------
    pgsql/src/port:
        path.c (r1.70.2.1 -> r1.70.2.2)
        (http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/port/path.c?r1=1.70.2.1&r2=1.70.2.2)

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

Предыдущее
От: tgl@postgresql.org (Tom Lane)
Дата:
Сообщение: pgsql: Use (unsigned char) cast in argument of pg_tolower().
Следующее
От: tgl@postgresql.org (Tom Lane)
Дата:
Сообщение: pgsql: Add missing help output for \ef option.