pgsql: Fix incorrect dereferencing of char* to array's index.

Поиск
Список
Период
Сортировка
От teodor@postgresql.org (Teodor Sigaev)
Тема pgsql: Fix incorrect dereferencing of char* to array's index.
Дата
Msg-id 20090129162210.AA5DE7559ED@cvs.postgresql.org
обсуждение исходный текст
Список pgsql-committers
Log Message:
-----------
Fix incorrect dereferencing of char* to array's index.
Per Tommy Gildseth <tommy.gildseth@usit.uio.no> report

Modified Files:
--------------
    pgsql/src/backend/tsearch:
        spell.c (r1.14 -> r1.15)
        (http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/backend/tsearch/spell.c?r1=1.14&r2=1.15)

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

Предыдущее
От: teodor@postgresql.org (Teodor Sigaev)
Дата:
Сообщение: pgsql: Fix incorrect dereferencing of char* to array's index.
Следующее
От: tgl@postgresql.org (Tom Lane)
Дата:
Сообщение: pgsql: Replace argument-checking Asserts with regular test-and-elog