reorg - pg_reorg: Fixed a bug reorganizing tables without toast tables.

From: itagaki(at)pgfoundry(dot)org (User Itagaki)
To: pgsql-committers(at)postgresql(dot)org
Subject: reorg - pg_reorg: Fixed a bug reorganizing tables without toast tables.
Date: 2009-01-23 02:33:11
Message-ID: 20090123023311.6E23317ADE63@pgfoundry.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Log Message:
-----------
Fixed a bug reorganizing tables without toast tables.

Modified Files:
--------------
pg_reorg/bin/expected:
reorg.out (r1.1 -> r1.2)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/reorg/pg_reorg/bin/expected/reorg.out.diff?r1=1.1&r2=1.2)
pg_reorg/bin/sql:
reorg.sql (r1.1 -> r1.2)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/reorg/pg_reorg/bin/sql/reorg.sql.diff?r1=1.1&r2=1.2)
pg_reorg/lib:
reorg.c (r1.3 -> r1.4)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/reorg/pg_reorg/lib/reorg.c.diff?r1=1.3&r2=1.4)

Browse pgsql-committers by date

  From Date Subject
Next Message Heikki Linnakangas 2009-01-23 11:19:35 pgsql: Put back fast-path for the case that there's no backup blocks in
Previous Message Tom Lane 2009-01-22 23:27:47 Re: [COMMITTERS] pgsql: Explicitly bind gettext to the correct encoding on Windows.