Re: ERROR: could not map dynamic shared memory segment

2018-02-07 Thread Thomas Munro
On Wed, Feb 7, 2018 at 11:42 PM, tushar wrote: > I am getting ERROR: could not map dynamic shared memory segment in the log > file > > - Please refer this scenario- > > in V11/V10 latest sources > > set parallel_setup_cost=0; > set parallel_tuple_cost=0; > set m

ERROR: could not map dynamic shared memory segment

2018-02-07 Thread tushar
Hi , I am getting  ERROR:  could not map dynamic shared memory segment in the log file - Please refer this scenario- in V11/V10 latest sources  set parallel_setup_cost=0;  set parallel_tuple_cost=0;  set max_parallel_workers_per_gather=4;  create table r(n int); insert into r values