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

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

From
tgl@svr1.postgresql.org (Tom Lane)
Date:
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.

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