pgsql-server/contrib/tsearch2/ispell spell.c - Mailing list pgsql-committers

From tgl@svr1.postgresql.org (Tom Lane)
Subject pgsql-server/contrib/tsearch2/ispell spell.c
Date
Msg-id 20040507130912.2D72FD1EBEC@svr1.postgresql.org
Whole thread Raw
List pgsql-committers
CVSROOT:    /cvsroot
Module name:    pgsql-server
Changes by:    tgl@svr1.postgresql.org    04/05/07 10:09:12

Modified files:
    contrib/tsearch2/ispell: spell.c

Log message:
    Suppress 'uninitialized variable' warning emitted by some (not all)
    versions of gcc.  The code is correct AFAICS, but it requires slightly
    more analysis than usual to see that the variable can't be used uninitialized.


pgsql-committers by date:

Previous
From: teodor@svr1.postgresql.org (Teodor Sigaev)
Date:
Subject: pgsql-server/contrib/tsearch2 tsearch.sql.in
Next
From: meskes@svr1.postgresql.org (Michael Meskes)
Date:
Subject: pgsql-server/src/interfaces/ecpg ChangeLog pgt ...