On 19 November 2017 at 17:52, Simon Riggs <[email protected]> wrote:
> 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=2ya00o...@mail.gmail.com
>
> Author: Simon Riggs <[email protected]>
> Reviewed-by: Andrew Dunstan <[email protected]>
>
> Branch
> ------
> master
>
> Details
> -------
> https://git.postgresql.org/pg/commitdiff/c2513365a0a85e77d3c21adb92fe12cfbe0d1897
>
> Modified Files
> --------------
> doc/src/sgml/ref/alter_table.sgml      |  2 +-
> doc/src/sgml/ref/create_table.sgml     | 21 +++++++++++++++
> src/backend/access/common/reloptions.c | 12 +++++++++
> src/backend/access/heap/tuptoaster.c   |  2 +-
> src/include/utils/rel.h                |  9 +++++++
> src/test/regress/expected/strings.out  | 47 ++++++++++++++++++++++++++++++++++
> src/test/regress/sql/strings.sql       | 19 ++++++++++++++
> 7 files changed, 110 insertions(+), 2 deletions(-)

Am investigating the few buildfarm failures

-- 
Simon Riggs                http://www.2ndQuadrant.com/
PostgreSQL Development, 24x7 Support, Remote DBA, Training & Services

Reply via email to