Re: lazy_vacuum_heap()'s removal of HEAPTUPLE_DEAD tuples

Поиск
Список
Период
Сортировка
От Noah Misch
Тема Re: lazy_vacuum_heap()'s removal of HEAPTUPLE_DEAD tuples
Дата
Msg-id 20130123032846.GA3067@tornado.leadboat.com
обсуждение исходный текст
Ответ на Re: lazy_vacuum_heap()'s removal of HEAPTUPLE_DEAD tuples  (Jeff Janes <jeff.janes@gmail.com>)
Список pgsql-hackers
On Sat, Jan 19, 2013 at 02:58:32PM -0800, Jeff Janes wrote:
> I have a preliminary nit-pick on the big patch.  It generates a compiler
> warning:
> 
> vacuumlazy.c: In function ?lazy_scan_heap?:
> vacuumlazy.c:445:9: warning: variable ?prev_dead_count? set but not used
> [-Wunused-but-set-variable]

Thanks.  That variable can just go away.  Since a full review may turn up more
things, I'll hold off on sending a version fixing that alone.



В списке pgsql-hackers по дате отправления:

Предыдущее
От: Amit Kapila
Дата:
Сообщение: Re: Re: Proposal for Allow postgresql.conf values to be changed via SQL [review]
Следующее
От: Stephen Frost
Дата:
Сообщение: Re: Back-branch update releases coming in a couple weeks