pgsql: Fix incorrect dereferencing of char* to array's index. - Mailing list pgsql-committers

From teodor@postgresql.org (Teodor Sigaev)
Subject pgsql: Fix incorrect dereferencing of char* to array's index.
Date
Msg-id 20090129162210.AA5DE7559ED@cvs.postgresql.org
Whole thread Raw
List 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 by date:

Previous
From: teodor@postgresql.org (Teodor Sigaev)
Date:
Subject: pgsql: Fix incorrect dereferencing of char* to array's index.
Next
From: tgl@postgresql.org (Tom Lane)
Date:
Subject: pgsql: Replace argument-checking Asserts with regular test-and-elog