pgsql: Suppress a possibly-uninitialized-variable warning. - Mailing list pgsql-committers

From tgl@postgresql.org (Tom Lane)
Subject pgsql: Suppress a possibly-uninitialized-variable warning.
Date
Msg-id 20080516183451.9502B754C53@cvs.postgresql.org
Whole thread Raw
List pgsql-committers
Log Message:
-----------
Suppress a possibly-uninitialized-variable warning.  (I'm only seeing it
on Apple's gcc and not my other machines, but still it seems worth
getting rid of.)

Modified Files:
--------------
    pgsql/src/pl/plpgsql/src:
        pl_exec.c (r1.215 -> r1.216)
        (http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/pl/plpgsql/src/pl_exec.c?r1=1.215&r2=1.216)

pgsql-committers by date:

Previous
From: mha@postgresql.org (Magnus Hagander)
Date:
Subject: pgsql: Implement error checking for pthreads calls in thread-safe mode.
Next
From: tgl@postgresql.org (Tom Lane)
Date:
Subject: pgsql: Recent patch doesn't compile without