forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit9681f21
committed
Fix incorrect error code for CREATE/ALTER TABLE COMPRESSION
Specifying an incorrect value for the compression method of an attributecaused ERRCODE_FEATURE_NOT_SUPPORTED to be raised as error. Use insteadERRCODE_INVALID_PARAMETER_VALUE to be more consistent.Author: Dilip KumarDiscussion:https://postgr.es/m/CAFiTN-vH84fE-8C4zGZw4v0Wyh4Y2v=5JWg2fGE5+LPaDvz1GQ@mail.gmail.com1 parentc6a01d9 commit9681f21
1 file changed
+1
-1
lines changedOriginal file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
18640 | 18640 |
| |
18641 | 18641 |
| |
18642 | 18642 |
| |
18643 |
| - | |
| 18643 | + | |
18644 | 18644 |
| |
18645 | 18645 |
| |
18646 | 18646 |
| |
|
0 commit comments
Comments
(0)