Re: Add a description to the documentation that toast_tuple_target affects "Main"

2020-10-14 Thread Fujii Masao
On 2020/10/14 16:21, Shinya Okano wrote: On 2020-10-14 01:30, Fujii Masao wrote: On 2020/10/13 10:40, Kasahara Tatsuhito wrote: On Fri, Oct 9, 2020 at 5:44 PM Shinya Okano wrote: Regarding the toast_tuple_target parameter of CREATE TABLE, the documentation says that it only affects Externa

Re: Add a description to the documentation that toast_tuple_target affects "Main"

2020-10-14 Thread Shinya Okano
On 2020-10-14 01:30, Fujii Masao wrote: On 2020/10/13 10:40, Kasahara Tatsuhito wrote: On Fri, Oct 9, 2020 at 5:44 PM Shinya Okano wrote: Regarding the toast_tuple_target parameter of CREATE TABLE, the documentation says that it only affects External or Extended, but it actually affects the co

Re: Add a description to the documentation that toast_tuple_target affects "Main"

2020-10-13 Thread Fujii Masao
On 2020/10/13 10:40, Kasahara Tatsuhito wrote: Hi, On Fri, Oct 9, 2020 at 5:44 PM Shinya Okano wrote: Hi, Regarding the toast_tuple_target parameter of CREATE TABLE, the documentation says that it only affects External or Extended, but it actually affects the compression of Main as well.

Re: Add a description to the documentation that toast_tuple_target affects "Main"

2020-10-12 Thread Kasahara Tatsuhito
Hi, On Fri, Oct 9, 2020 at 5:44 PM Shinya Okano wrote: > > Hi, > > Regarding the toast_tuple_target parameter of CREATE TABLE, the > documentation says that it only affects External or Extended, but it > actually affects the compression of Main as well. > > The attached patch modifies the documen

Add a description to the documentation that toast_tuple_target affects "Main"

2020-10-09 Thread Shinya Okano
Hi, Regarding the toast_tuple_target parameter of CREATE TABLE, the documentation says that it only affects External or Extended, but it actually affects the compression of Main as well. The attached patch modifies the document to match the actual behavior. Regards, -- Shinya Okano diff --g