Re: error while installing auto_explain contrib module - Mailing list pgsql-general

From Tom Lane
Subject Re: error while installing auto_explain contrib module
Date
Msg-id 23539.1461075001@sss.pgh.pa.us
Whole thread Raw
In response to Re: error while installing auto_explain contrib module  (Sachin Kotwal <kotsachin@gmail.com>)
Responses Re: error while installing auto_explain contrib module
List pgsql-general
Sachin Kotwal <kotsachin@gmail.com> writes:
> On Tue, Apr 19, 2016 at 7:02 PM, Adrian Klaver <adrian.klaver@aklaver.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


pgsql-general by date:

Previous
From: Albe Laurenz
Date:
Subject: Re: How are files of tables/indexes/etc deleting?
Next
From: Jinhua Luo
Date:
Subject: Re: Re: what's the exact command definition in read committed isolation level?