Re: New VACUUM FULL

From: Peter Eisentraut <peter_e(at)gmx(dot)net>
To: Takahiro Itagaki <itagaki(dot)takahiro(at)oss(dot)ntt(dot)co(dot)jp>
Cc: Simon Riggs <simon(at)2ndQuadrant(dot)com>, pgsql-hackers(at)postgresql(dot)org
Subject: Re: New VACUUM FULL
Date: 2010-01-06 09:59:42
Message-ID: 1262771982.14688.0.camel@vanquo.pezone.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On ons, 2010-01-06 at 14:41 +0900, Takahiro Itagaki wrote:
> Simon Riggs <simon(at)2ndQuadrant(dot)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

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Tim Bunce 2010-01-06 10:08:19 Re: Status of plperl inter-sp calling
Previous Message Michael Meskes 2010-01-06 09:45:29 Re: ecpg compile error