git.postgresql.org Git - postgresql.git/commit
Sat, 8 May 2021 01:18:05 +0000 (10:18 +0900)
Sat, 8 May 2021 01:18:05 +0000 (10:18 +0900)
commit 9681f2160dcbe2a02fd2e2db2322ea204eff6562
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
This is the main PostgreSQL git repository.
RSS
Atom