Re: [GENERAL] testcase failing on git master / how to progress

2017-03-20 Thread Michael Paquier
On Sat, Mar 18, 2017 at 2:06 PM, Tom Lane wrote: > If critters are falling over left and right on the commit you pulled, > then you got a bad version. If all is green on the buildfarm but > it's not working for you, then we'd like to hear details. If you can still produce failures even on latest

Re: [GENERAL] testcase failing on git master / how to progress

2017-03-17 Thread Tom Lane
Martin F writes: > I did build with > make clean distclean > ./configure --prefix=/deploys/postgresql/inst/ --with-pgport=5433 > --enable-debug CFLAGS="-ggdb -O0 -g3 -fno-omit-frame-pointer" > make > make install That looks like it ought to work. Did you get any compile warnings? (Personally

Re: [GENERAL] testcase failing on git master / how to progress

2017-03-17 Thread Martin F
On 18/03/2017 01:22, Adrian Klaver wrote: On 03/17/2017 06:07 PM, Martin F wrote: Hi, I just started last week to build postgresql from source. (So this may well be something I did wrong on my side) Do you really want to build the latest dev version? Yes, I want the latest, and I understand,

Re: [GENERAL] testcase failing on git master / how to progress

2017-03-17 Thread Adrian Klaver
On 03/17/2017 06:07 PM, Martin F wrote: Hi, I just started last week to build postgresql from source. (So this may well be something I did wrong on my side) Do you really want to build the latest dev version? If not and you want a specific version you should look here: https://www.postgresql.

[GENERAL] testcase failing on git master / how to progress

2017-03-17 Thread Martin F
Hi, I just started last week to build postgresql from source. (So this may well be something I did wrong on my side) I am on branch master Revision: f7819baa618c528f60e266874051563ecfe08207 Date: 17/03/2017 18:58:06 I did build with make clean distclean ./configure --prefix=/deploys/postg