Revisit AlterTableCreateToastTable's API once again, hoping to make it what
Tom Lane <tgl@sss.pgh.pa.us>
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.
Files
| Path | Change | +/− |
|---|---|---|
| src/backend/catalog/toasting.c | modified | +11 −5 |
| src/backend/commands/cluster.c | modified | +2 −2 |
| src/backend/commands/tablecmds.c | modified | +3 −2 |
| src/backend/executor/execMain.c | modified | +2 −2 |
| src/backend/tcop/utility.c | modified | +2 −1 |
| src/include/catalog/toasting.h | modified | +3 −2 |