Thread: reorg - pg_reorg: Fix ownership bug.
Log Message: ----------- Fix ownership bug. New toast table, toast index, and toast type should not have been owned by the executor of pg_reorg, but by the original owner. Modified Files: -------------- pg_reorg/bin: pg_reorg.c (r1.6 -> r1.7) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/reorg/pg_reorg/bin/pg_reorg.c.diff?r1=1.6&r2=1.7) pg_reorg/bin/pgut: pgut.c (r1.2 -> r1.3) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/reorg/pg_reorg/bin/pgut/pgut.c.diff?r1=1.2&r2=1.3) pgut.h (r1.1 -> r1.2) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/reorg/pg_reorg/bin/pgut/pgut.h.diff?r1=1.1&r2=1.2) pg_reorg/lib: Makefile (r1.2 -> r1.3) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/reorg/pg_reorg/lib/Makefile.diff?r1=1.2&r2=1.3) reorg.c (r1.6 -> r1.7) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/reorg/pg_reorg/lib/reorg.c.diff?r1=1.6&r2=1.7) Added Files: ----------- pg_reorg/lib/pgut: pgut-be.c (r1.1) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/reorg/pg_reorg/lib/pgut/pgut-be.c?rev=1.1&content-type=text/x-cvsweb-markup) pgut-be.h (r1.1) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/reorg/pg_reorg/lib/pgut/pgut-be.h?rev=1.1&content-type=text/x-cvsweb-markup)