OSDN Git Service

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)
commit44aa60fa7c68355c630cc4fa5c677364dcfd06a3
treee076d419dcad5d1867888a6177123d1de3b26607
parentdb16e7734918c63589fe607be94699449a618b5a
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