pgsql: pg_dump dumped the wrong tablespace for an index (ie, the parent

From: tgl(at)svr1(dot)postgresql(dot)org (Tom Lane)
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: pg_dump dumped the wrong tablespace for an index (ie, the parent
Date: 2005-01-23 00:32:23
Message-ID: 20050123003223.7B2B43A503B@svr1.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Log Message:
-----------
pg_dump dumped the wrong tablespace for an index (ie, the parent table's
tablespace instead of the index's own), except when the index was created
as a constraint. Report and fix by Tanida Yutaka.

Tags:
----
REL8_0_STABLE

Modified Files:
--------------
pgsql/src/bin/pg_dump:
pg_dump.c (r1.400 -> r1.400.4.1)
(http://developer.postgresql.org/cvsweb.cgi/pgsql/src/bin/pg_dump/pg_dump.c.diff?r1=1.400&r2=1.400.4.1)

Browse pgsql-committers by date

  From Date Subject
Next Message Bruce Momjian 2005-01-23 00:38:14 pgsql: Add tools/find_gt_lt to find < and > in SGML source.
Previous Message Bruce Momjian 2005-01-23 00:31:34 pgsql: Add tools/find_gt_lt to find < and > in SGML source.