Re: [BUG] pg_stat_statements and extended query protocol - Mailing list pgsql-hackers

From David Zhang
Subject Re: [BUG] pg_stat_statements and extended query protocol
Date
Msg-id a9a26eb0-f8c3-0fbd-b7aa-f789da39d189@highgo.ca
Whole thread Raw
In response to Re: [BUG] pg_stat_statements and extended query protocol  (Michael Paquier <michael@paquier.xyz>)
Responses Re: [BUG] pg_stat_statements and extended query protocol
List pgsql-hackers
>> It appears you must "make clean; make install" to correctly compile after
>> applying the patch.
> In a git repository, I've learnt to rely on this simple formula, even
> if it means extra cycles when running ./configure:
> git clean -d -x -f
>
Thank you all for pointing out that it needs make clean first. After 
make clean followed by recompile with the patch then both make check 
from regression test and pg_stat_statements extension report all test 
passed. So the current existing test cases can't really detect any 
change from this patch, then it would be better to add some test cases 
to cover this.

Best regards,

David





pgsql-hackers by date:

Previous
From: Nathan Bossart
Date:
Subject: Re: pg_usleep for multisecond delays
Next
From: Dmitry Koval
Date:
Subject: Re: Operation log for major operations