On Thu, Feb 28, 2013 at 3:21 PM, Michael Paquier <michael.paqu...@gmail.com> wrote: > Andres, Masao, do you need an extra round or review or do you think this is > ready to be marked as committer? > On my side I have nothing more to add to the existing patches.
Sorry for the late reply. I found one problem in the latest patch. I got the segmentation fault when I executed the following SQLs. CREATE TABLE hoge (i int); CREATE INDEX hogeidx ON hoge(abs(i)); INSERT INTO hoge VALUES (generate_series(1,10)); REINDEX TABLE CONCURRENTLY hoge; The error messages are: LOG: server process (PID 33641) was terminated by signal 11: Segmentation fault DETAIL: Failed process was running: REINDEX TABLE CONCURRENTLY hoge; Regards, -- Fujii Masao -- Sent via pgsql-hackers mailing list (pgsql-hackers@postgresql.org) To make changes to your subscription: http://www.postgresql.org/mailpref/pgsql-hackers