]> granicus.if.org Git - postgresql/commit
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:30:26 +0000 (00:30 +0000)
committerTom Lane <tgl@sss.pgh.pa.us>
Sun, 23 Jan 2005 00:30:26 +0000 (00:30 +0000)
commitbdbfd343a25b995fe4d0cd87787c946bd2fb6582
treed97cdc3ec06700e6b2fb022fe4bfefcda8bd8bf4
parent3e2e58ba3793a176c8c7c2b9471006e21a84846e
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