Re: New VACUUM FULL

Поиск
Список
Период
Сортировка
От Peter Eisentraut
Тема Re: New VACUUM FULL
Дата
Msg-id 1262771982.14688.0.camel@vanquo.pezone.net
обсуждение исходный текст
Ответ на Re: New VACUUM FULL  (Takahiro Itagaki <itagaki.takahiro@oss.ntt.co.jp>)
Список 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 по дате отправления:

Предыдущее
От: Michael Meskes
Дата:
Сообщение: Re: ecpg compile error
Следующее
От: Tim Bunce
Дата:
Сообщение: Re: Status of plperl inter-sp calling