Revisit AlterTableCreateToastTable's API once again, hoping to make it what
authorTom Lane <tgl@sss.pgh.pa.us>
Thu, 11 Jun 2009 20:46:11 +0000 (20:46 +0000)
committerTom Lane <tgl@sss.pgh.pa.us>
Thu, 11 Jun 2009 20:46:11 +0000 (20:46 +0000)
commit832e43daac6d5b2d79ed0a041734c124d159e3c3
tree1d819a42efbbe55b2e8a6b51c758c6e2ddc134f6
parent7524671bd042bffa70de37b1d38403c25aaf57dd
Revisit AlterTableCreateToastTable's API once again, hoping to make it what
pg_migrator actually needs and not just a partial solution.  We have to be
able to specify the OID that the new toast table should be created with.
src/backend/catalog/toasting.c
src/backend/commands/cluster.c
src/backend/commands/tablecmds.c
src/backend/executor/execMain.c
src/backend/tcop/utility.c
src/include/catalog/toasting.h