Error on invalid TOAST compression in CREATE or ALTER TABLE.
Robert Haas <rhaas@postgresql.org>
Error on invalid TOAST compression in CREATE or ALTER TABLE. The previous coding treated an invalid compression method name as equivalent to the default, which is certainly not right. Justin Pryzby Discussion: http://postgr.es/m/20210321235544.GD4203@telsasoft.com
Files
| Path | Change | +/− |
|---|---|---|
| src/backend/commands/tablecmds.c | modified | +7 −3 |
| src/test/regress/expected/compression_1.out | modified | +6 −0 |
| src/test/regress/expected/compression.out | modified | +6 −0 |
| src/test/regress/sql/compression.sql | modified | +5 −0 |
Discussion
- Custom compression methods 458 messages · 2017-09-07 → 2021-04-08