Re: error while installing auto_explain contrib module

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Sachin Kotwal <kotsachin(at)gmail(dot)com>
Cc: Adrian Klaver <adrian(dot)klaver(at)aklaver(dot)com>, pgsql-general(at)postgresql(dot)org
Subject: Re: error while installing auto_explain contrib module
Date: 2016-04-19 14:10:01
Message-ID: 23539.1461075001@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

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

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Jinhua Luo 2016-04-19 16:37:39 Re: Re: what's the exact command definition in read committed isolation level?
Previous Message Albe Laurenz 2016-04-19 13:53:53 Re: How are files of tables/indexes/etc deleting?