pgsql: Move variable declaration to avoid 'unused variable' warning when - Mailing list pgsql-committers

From tgl@postgresql.org (Tom Lane)
Subject pgsql: Move variable declaration to avoid 'unused variable' warning when
Date
Msg-id 20090606034536.8F00075331E@cvs.postgresql.org
Whole thread Raw
List 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)

pgsql-committers by date:

Previous
From: tgl@postgresql.org (Tom Lane)
Date:
Subject: pgsql: Fix a serious bug introduced into GIN in 8.4: now that
Next
From: eggyknap@pgfoundry.org (User Eggyknap)
Date:
Subject: pgsnmpd - pgsnmpd: Added beginnings of custom query handling.