Re: a curious case of force_parallel_mode = on with jit'ing

2021-02-03 Thread Amit Langote
On Thu, Feb 4, 2021 at 1:41 PM Tom Lane wrote: > Amit Langote writes: > > On Thu, Feb 4, 2021 at 1:08 AM Tom Lane wrote: > >> Works for me on HEAD (using RHEL8.3, gcc 8.3.1, LLVM 10.0.1). > > > Thanks for checking. Must be my LLVM setup I guess: > > > $ llvm-config --version > > 7.0.1 > > $ cat

Re: a curious case of force_parallel_mode = on with jit'ing

2021-02-03 Thread Tom Lane
Amit Langote writes: > On Thu, Feb 4, 2021 at 1:08 AM Tom Lane wrote: >> Works for me on HEAD (using RHEL8.3, gcc 8.3.1, LLVM 10.0.1). > Thanks for checking. Must be my LLVM setup I guess: > $ llvm-config --version > 7.0.1 > $ cat /etc/redhat-release > CentOS Linux release 7.7.1908 (Core) > $

Re: a curious case of force_parallel_mode = on with jit'ing

2021-02-03 Thread Amit Langote
On Thu, Feb 4, 2021 at 1:08 AM Tom Lane wrote: > > Amit Langote writes: > > Has anybody seen this: > > Works for me on HEAD (using RHEL8.3, gcc 8.3.1, LLVM 10.0.1). Thanks for checking. Must be my LLVM setup I guess: $ llvm-config --version 7.0.1 $ cat /etc/redhat-release CentOS Linux release

Re: a curious case of force_parallel_mode = on with jit'ing

2021-02-03 Thread Tom Lane
Amit Langote writes: > Has anybody seen this: Works for me on HEAD (using RHEL8.3, gcc 8.3.1, LLVM 10.0.1). regards, tom lane