forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commitf0051c1
committed
Move ALTER ... ALL IN to ProcessUtilitySlow
Now that ALTER TABLE .. ALL IN TABLESPACE has replaced the previousALTER TABLESPACE approach, it makes sense to move the calls down into ProcessUtilitySlow where the rest of ALTER TABLE is handled.This also means that event triggers will support ALTER TABLE .. ALL(which was the impetus for the original change, though it has othergood qualities also).Álvaro HerreraBack-patch to 9.4 as the original rework was.1 parent5088103 commitf0051c1
1 file changed
+4
-4
lines changedLines changed: 4 additions & 4 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
507 | 507 |
| |
508 | 508 |
| |
509 | 509 |
| |
510 |
| - | |
511 |
| - | |
512 |
| - | |
513 |
| - | |
514 | 510 |
| |
515 | 511 |
| |
516 | 512 |
| |
| |||
1296 | 1292 |
| |
1297 | 1293 |
| |
1298 | 1294 |
| |
| 1295 | + | |
| 1296 | + | |
| 1297 | + | |
| 1298 | + | |
1299 | 1299 |
| |
1300 | 1300 |
| |
1301 | 1301 |
| |
|
0 commit comments
Comments
(0)