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

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

From
teodor@postgresql.org (Teodor Sigaev)
Date:
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)