Move renametrig() from tablecmds.c to trigger.c --- if we're going to
Tom Lane <tgl@sss.pgh.pa.us>
Move renametrig() from tablecmds.c to trigger.c --- if we're going to divide backend/commands by object type, let's try to pay at least minimal attention to respecting that structure, eh? Also reorder the contents of tablecmds.c; it seems odd to me to put ALTER commands before creation/deletion commands.
Files
| Path | Change | +/− |
|---|---|---|
| src/backend/commands/tablecmds.c | modified | +2402 −2522 |
| src/backend/commands/trigger.c | modified | +118 −1 |
| src/backend/commands/user.c | modified | +2 −2 |
| src/include/commands/tablecmds.h | modified | +1 −5 |
| src/include/commands/trigger.h | modified | +3 −1 |