Re: New VACUUM FULL - Mailing list pgsql-hackers

From Peter Eisentraut
Subject Re: New VACUUM FULL
Date
Msg-id 1262771982.14688.0.camel@vanquo.pezone.net
Whole thread Raw
In response to Re: New VACUUM FULL  (Takahiro Itagaki <itagaki.takahiro@oss.ntt.co.jp>)
List pgsql-hackers
On ons, 2010-01-06 at 14:41 +0900, Takahiro Itagaki wrote:
> Simon Riggs <simon@2ndQuadrant.com> wrote:
> 
> > > 1. Commit your patch, as-is (you/me)
> > 
> > I assume this is OK with you now?
> 
> I just applied the patch with a few additional comments.

Please clean up the compiler warnings:

cluster.c: In function 'cluster_rel':
cluster.c:789: warning: 'heapScan' may be used uninitialized in this function
cluster.c:789: note: 'heapScan' was declared here
cluster.c:788: warning: 'indexScan' may be used uninitialized in this function
cluster.c:788: note: 'indexScan' was declared here




pgsql-hackers by date:

Previous
From: Michael Meskes
Date:
Subject: Re: ecpg compile error
Next
From: Tim Bunce
Date:
Subject: Re: Status of plperl inter-sp calling