Parameter toast_tuple_target controls TOAST for new rows
Simon Riggs <simon@2ndQuadrant.com>
Parameter toast_tuple_target controls TOAST for new rows Specifies the point at which we try to move long column values into TOAST tables. No effect on existing rows. Discussion: https://postgr.es/m/CANP8+jKsVmw6CX6YP9z7zqkTzcKV1+Uzr3XjKcZW=2Ya00OyQQ@mail.gmail.com Author: Simon Riggs <simon@2ndQudrant.com> Reviewed-by: Andrew Dunstan <andrew.dunstan@2ndQuadrant.com>
Files
| Path | Change | +/− |
|---|---|---|
| doc/src/sgml/ref/alter_table.sgml | modified | +1 −1 |
| doc/src/sgml/ref/create_table.sgml | modified | +21 −0 |
| src/backend/access/common/reloptions.c | modified | +12 −0 |
| src/backend/access/heap/tuptoaster.c | modified | +1 −1 |
| src/include/utils/rel.h | modified | +9 −0 |
| src/test/regress/expected/strings.out | modified | +47 −0 |
| src/test/regress/sql/strings.sql | modified | +19 −0 |