Re: CREATE INDEX ... ONLINE - Mailing list pgsql-patches

From Tom Lane
Subject Re: CREATE INDEX ... ONLINE
Date
Msg-id 17985.1156479036@sss.pgh.pa.us
Whole thread Raw
In response to CREATE INDEX ... ONLINE  (Greg Stark <gsstark@mit.edu>)
List 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 by date:

Previous
From: Bernd Helmle
Date:
Subject: Re: Updatable views
Next
From: Böszörményi Zoltán
Date:
Subject: Re: [HACKERS] Performance testing of COPY (SELECT) TO