Re: CREATE INDEX ... ONLINE

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: CREATE INDEX ... ONLINE
Дата
Msg-id 17985.1156479036@sss.pgh.pa.us
обсуждение исходный текст
Ответ на CREATE INDEX ... ONLINE  (Greg Stark <gsstark@mit.edu>)
Список pgsql-patches
Greg Stark <gsstark@mit.edu> writes:
> Updated patch. Fixed a few minor things, added documentation and regression
> tests. Unfortunately I can't test the regression tests because I get a
> segmentation fault earlier in the same file due to a GIN index build. So I
> haven't updated the "expected" output.

Applied, with ... um ... rather extensive revisions.  (I sure hope the
other stuff in the queue is less painful.)

I have done some "retail" testing on this, such as forcing it through
every code path via gdb.  But it could definitely do with more testing.

            regards, tom lane

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

Предыдущее
От: Bernd Helmle
Дата:
Сообщение: Re: Updatable views
Следующее
От: Böszörményi Zoltán
Дата:
Сообщение: Re: [HACKERS] Performance testing of COPY (SELECT) TO