Re: cleanup standard includes

From: Peter Eisentraut <peter_e(at)gmx(dot)net>
To: Neil Conway <neilc(at)samurai(dot)com>
Cc: PostgreSQL Patches <pgsql-patches(at)postgresql(dot)org>
Subject: Re: cleanup standard includes
Date: 2002-09-24 20:22:28
Message-ID: Pine.LNX.4.44.0209242221360.1149-100000@localhost.localdomain
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-patches

Neil Conway writes:

> This patch removes a bunch of superfluous #include directives: if
> postgres.h or c.h includes a system header (such as stdio.h or
> stdlib.h), there's no need to specifically include it in any of the .c
> files in the backend.

I think we should keep this for 7.4. I found out today that include file
reorganization can have bizarre side effects that be had better not deal
with now.

--
Peter Eisentraut peter_e(at)gmx(dot)net

In response to

Responses

Browse pgsql-patches by date

  From Date Subject
Next Message Hannu Krosing 2002-09-24 21:12:14 Re: DROP COLUMN misbehaviour with multiple inheritance
Previous Message Jan Wieck 2002-09-24 18:29:03 Re: Implementation of LIMIT on DELETE and UPDATE statements