pgsql: Fix compiler warning "res may be used uninitialized in this

From: teodor(at)postgresql(dot)org (Teodor Sigaev)
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Fix compiler warning "res may be used uninitialized in this
Date: 2008-11-19 10:23:21
Message-ID: 20081119102321.A42127545A4@cvs.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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)

Browse pgsql-committers by date

  From Date Subject
Next Message Heikki Linnakangas 2008-11-19 10:34:53 pgsql: Rethink the way FSM truncation works.
Previous Message Peter Eisentraut 2008-11-19 09:51:56 pgsql: Change this script to Perl 5 style.