Re: Some reloptions non-initialized when loaded

2019-06-19 Thread Kuntal Ghosh
Hello, On Wed, Jun 19, 2019 at 10:23 AM Michael Paquier wrote: > > Hi all, > > While looking at this code, I have noticed that a couple of reloptions > which are not toast-specific don't get properly initialized. > toast_tuple_target and parallel_workers are the ones standing out. > Do we also ne

Some reloptions non-initialized when loaded

2019-06-18 Thread Michael Paquier
Hi all, While looking at this code, I have noticed that a couple of reloptions which are not toast-specific don't get properly initialized. toast_tuple_target and parallel_workers are the ones standing out. Thoughts? -- Michael diff --git a/src/backend/access/common/reloptions.c b/src/backend/acc