Fix incorrect error code for CREATE/ALTER TABLE COMPRESSION
Michael Paquier <michael@paquier.xyz>
Fix incorrect error code for CREATE/ALTER TABLE COMPRESSION Specifying an incorrect value for the compression method of an attribute caused ERRCODE_FEATURE_NOT_SUPPORTED to be raised as error. Use instead ERRCODE_INVALID_PARAMETER_VALUE to be more consistent. Author: Dilip Kumar Discussion: https://postgr.es/m/CAFiTN-vH84fE-8C4zGZw4v0Wyh4Y2v=5JWg2fGE5+LPaDvz1GQ@mail.gmail.com
Files
| Path | Change | +/− |
|---|---|---|
| src/backend/commands/tablecmds.c | modified | +1 −1 |
Discussion
- Small issues with CREATE TABLE COMPRESSION 28 messages · 2021-04-27 → 2021-05-11