Re: #include "executor/spi.h" throwing errors

From: Martijn van Oosterhout <kleptog(at)svana(dot)org>
To: Harpreet Dhaliwal <harpreet(dot)dhaliwal01(at)gmail(dot)com>
Cc: pgsql-general(at)postgresql(dot)org
Subject: Re: #include "executor/spi.h" throwing errors
Date: 2006-08-30 08:22:41
Message-ID: 20060830082241.GF13929@svana.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

On Wed, Aug 30, 2006 at 04:14:20AM -0400, Harpreet Dhaliwal wrote:
> Did not understand about capital L and small L.
> What should i be using, capital or small.

Please use a font that distinguishes between I and l. It's capital I
like in INDIGO. Not an L at all...

> I also tried
> gcc -I `pg_config --includedir-server` a.c
>
> and it still says executor/spi.h doesn't exist.

Then your setup is badly broken. "pg_config --includedir-server" should
point to the include directory of your postgres installation.

Have a nice day,
--
Martijn van Oosterhout <kleptog(at)svana(dot)org> http://svana.org/kleptog/
> From each according to his ability. To each according to his ability to litigate.

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Harpreet Dhaliwal 2006-08-30 08:28:01 Re: #include "executor/spi.h" throwing errors
Previous Message Harpreet Dhaliwal 2006-08-30 08:14:20 Re: #include "executor/spi.h" throwing errors