pgsql: Move variable declaration to avoid 'unused variable' warning when

Lists: pgsql-committers
From: tgl(at)postgresql(dot)org (Tom Lane)
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Move variable declaration to avoid 'unused variable' warning when
Date: 2009-06-06 03:45:36
Message-ID: 20090606034536.8F00075331E@cvs.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Lists: pgsql-committers

Log Message:
-----------
Move variable declaration to avoid 'unused variable' warning when the
ifdef doesn't trigger. Not worth back-patching. Per buildfarm reports.

Modified Files:
--------------
pgsql/src/pl/plperl:
plperl.c (r1.148 -> r1.149)
(http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/pl/plperl/plperl.c?r1=1.148&r2=1.149)