forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commita4d5284
committed
Error on invalid TOAST compression in CREATE or ALTER TABLE.
The previous coding treated an invalid compression method name asequivalent to the default, which is certainly not right.Justin PryzbyDiscussion:http://postgr.es/m/20210321235544.GD4203@telsasoft.com1 parent24f0e39 commita4d5284
File tree
4 files changed
+24
-3
lines changed- src
- backend/commands
- test/regress
- expected
- sql
4 files changed
+24
-3
lines changedLines changed: 7 additions & 3 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
17863 | 17863 |
| |
17864 | 17864 |
| |
17865 | 17865 |
| |
17866 |
| - | |
17867 |
| - | |
17868 |
| - | |
| 17866 | + | |
| 17867 | + | |
| 17868 | + | |
| 17869 | + | |
| 17870 | + | |
| 17871 | + | |
| 17872 | + | |
17869 | 17873 |
| |
17870 | 17874 |
| |
17871 | 17875 |
|
Lines changed: 6 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
347 | 347 |
| |
348 | 348 |
| |
349 | 349 |
| |
| 350 | + | |
| 351 | + | |
| 352 | + | |
| 353 | + | |
| 354 | + | |
| 355 | + | |
350 | 356 |
|
Lines changed: 6 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
340 | 340 |
| |
341 | 341 |
| |
342 | 342 |
| |
| 343 | + | |
| 344 | + | |
| 345 | + | |
| 346 | + | |
| 347 | + | |
| 348 | + | |
343 | 349 |
|
Lines changed: 5 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
137 | 137 |
| |
138 | 138 |
| |
139 | 139 |
| |
| 140 | + | |
| 141 | + | |
| 142 | + | |
| 143 | + | |
| 144 | + | |
140 | 145 |
|
0 commit comments
Comments
(0)