Sachin Kotwal <kotsachin(at)gmail(dot)com> writes:
> On Tue, Apr 19, 2016 at 7:02 PM, Adrian Klaver <adrian(dot)klaver(at)aklaver(dot)com>
> wrote:
>> Did you install the 9.3.11 server from source also?
> Yes. I have clone git repository and checkout for pg-9.3.11
The reason for that question is that the most obvious explanation for this
failure is that the auto_explain build is seeing a different value for
PG_USE_INLINE than the main server build did. So probably your include
path is picking up a pg_config.h that does not match the postgres
executable the link is happening against.
regards, tom lane