pgsql: Fix compiler warning "res may be used uninitialized in this - Mailing list pgsql-committers

From teodor@postgresql.org (Teodor Sigaev)
Subject pgsql: Fix compiler warning "res may be used uninitialized in this
Date
Msg-id 20081119102321.A42127545A4@cvs.postgresql.org
Whole thread Raw
List pgsql-committers
Log Message:
-----------
Fix compiler warning "res may be used uninitialized in this function".
Actually, it can't but some compilers are not smart enough.
Per Peter Eisentraut gripe.

Modified Files:
--------------
    pgsql/src/backend/utils/adt:
        tsvector_op.c (r1.18 -> r1.19)
        (http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/backend/utils/adt/tsvector_op.c?r1=1.18&r2=1.19)

pgsql-committers by date:

Previous
From: petere@postgresql.org (Peter Eisentraut)
Date:
Subject: pgsql: Change this script to Perl 5 style.
Next
From: heikki@postgresql.org (Heikki Linnakangas)
Date:
Subject: pgsql: Rethink the way FSM truncation works.