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
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