pg_dump dumped the wrong tablespace for an index (ie, the parent table's
authorTom Lane <tgl@sss.pgh.pa.us>
Sun, 23 Jan 2005 00:31:46 +0000 (00:31 +0000)
committerTom Lane <tgl@sss.pgh.pa.us>
Sun, 23 Jan 2005 00:31:46 +0000 (00:31 +0000)
commitcb91f073a4a1b75770d8c6757a1a12265a2c6587
treee906c1479f85a9f3303213f9824b7026c19e9170
parenta9ad4b13bc81e327662c973efb6acccd2a3414b1
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.
src/bin/pg_dump/pg_dump.c