Re: Finding out why parallel queries not avoided

2018-07-22 Thread Didier Carlier
> On 22 Jul 2018, at 05:45, David Rowley wrote: > > On 21 July 2018 at 20:15, Didier Carlier wrote: >> explain select count(*) from calendar c1, calendar c2, measure m where >> c1.stddate='2015-01-01' and c2.stddate='2015-12-31' and m.fromdateid >> >=c1.calendarid and m.fromdateid < c2.calen

Re: Call for Papers - PGConf.ASIA 2018

2018-07-22 Thread Tatsuo Ishii
Hi PostgreSQL lovers, The call for papers for PGConf.ASIA 2018 will be closed on 31st July, 2018 (Japan time). I am looking forward to receiving your great proposals! -- Tatsuo Ishii SRA OSS, Inc. Japan English: http://www.sraoss.co.jp/index_en.php Japanese:http://www.sraoss.co.jp > Hi, > > PGc

Re: Can't compile postgresql 11 on FreeBSD 11.1

2018-07-22 Thread Achilleas Mantzios
On 17/07/2018 23:25, Tom Lane wrote: Adrian Klaver writes: On 07/17/2018 12:34 PM, Márcio Antônio Sepp wrote: I'm trying to compile PostgreSQL 11beta2 but this errors occur: checking readline.h usability... no Looks like you need whatever is the FreeBSD equivalent of readline-dev(el). AFAICT

Re: Can't compile postgresql 11 on FreeBSD 11.1

2018-07-22 Thread Achilleas Mantzios
On 23/07/2018 09:22, Achilleas Mantzios wrote: On 17/07/2018 23:25, Tom Lane wrote: Adrian Klaver writes: On 07/17/2018 12:34 PM, Márcio Antônio Sepp wrote: I'm trying to compile PostgreSQL 11beta2 but this errors occur: checking readline.h usability... no Looks like you need whatever is the