Re: Is it really such a great idea for spi.h to include the world?

From: Bruce Momjian <bruce(at)momjian(dot)us>
To: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
Cc: pgsql-hackers(at)postgresql(dot)org
Subject: Re: Is it really such a great idea for spi.h to include the world?
Date: 2009-01-06 18:56:18
Message-ID: 200901061856.n06IuII13823@momjian.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Tom Lane wrote:
> executor/spi.h includes far more than it needs, starting with postgres.h
> which as a general rule we don't expect any other header file to
> include. I think the argument for this was to keep things simple for
> SPI-using loadable modules, but I doubt that it's really improving their
> lives much. A quick look through the existing files that include spi.h
> shows that most of them have to include a pile of other stuff anyway.
>
> I propose changing spi.h to follow the same include-only-what-you-must
> rule as every other backend header file. Thoughts?

I don't think we ever cleaned out spi.h in the past because we were
worried about 3rd party code using it (I am fine with a cleanup).

--
Bruce Momjian <bruce(at)momjian(dot)us> http://momjian.us
EnterpriseDB http://enterprisedb.com

+ If your life is a hard drive, Christ can be your backup. +

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Bruce Momjian 2009-01-06 19:02:16 Re: PostgreSQL 8.3.4 reproducible crash
Previous Message Martin Pihlak 2009-01-06 18:48:01 Re: dblink vs SQL/MED - security and implementation details