Re: [BUGS] BUG #10823: Better REINDEX syntax.

Поиск
Список
Период
Сортировка
От Alvaro Herrera
Тема Re: [BUGS] BUG #10823: Better REINDEX syntax.
Дата
Msg-id 20140902203301.GC14037@eldon.alvh.no-ip.org
обсуждение исходный текст
Ответ на Re: [BUGS] BUG #10823: Better REINDEX syntax.  (Marko Tiikkaja <marko@joh.to>)
Список pgsql-hackers
Marko Tiikkaja wrote:
> On 2014-09-02 22:24, Alvaro Herrera wrote:
> >Marko Tiikkaja wrote:
> >>Do we have some kind of an agreement on what this patch should look
> >>like?  Is someone going to prepare an updated patch?  Vik?
> >
> >I think the only issue left for this to be committable is reindexdb
> >--all previously mentioned.
> 
> I scanned through the patch and found the exit_nicely() business a
> bit weird, so that might be another thing worth looking at.

Yeah, just rip that out and do PQfinish(conn); exit(1); as other exit
paths do, I'd think.

-- 
Álvaro Herrera                http://www.2ndQuadrant.com/
PostgreSQL Development, 24x7 Support, Training & Services



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

Предыдущее
От: Marko Tiikkaja
Дата:
Сообщение: Re: [BUGS] BUG #10823: Better REINDEX syntax.
Следующее
От: Peter Geoghegan
Дата:
Сообщение: Re: B-Tree support function number 3 (strxfrm() optimization)