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

Started by Tom Laneover 21 years ago1 messagescomitters
Jump to latest
#1Tom Lane
tgl@sss.pgh.pa.us

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)