pgsql: Suppress a possibly-uninitialized-variable warning.

From: tgl(at)postgresql(dot)org (Tom Lane)
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Suppress a possibly-uninitialized-variable warning.
Date: 2008-05-16 18:34:51
Message-ID: 20080516183451.9502B754C53@cvs.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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)

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2008-05-16 18:35:38 pgsql: Recent patch doesn't compile without <limits.h>
Previous Message Magnus Hagander 2008-05-16 18:30:53 pgsql: Implement error checking for pthreads calls in thread-safe mode.