Re: cleanup standard includes - Mailing list pgsql-patches

From Bruce Momjian
Subject Re: cleanup standard includes
Date
Msg-id 200209242145.g8OLjF213754@candle.pha.pa.us
Whole thread Raw
In response to cleanup standard includes  (Neil Conway <neilc@samurai.com>)
List pgsql-patches
This has been saved for the 7.4 release:

    http://candle.pha.pa.us/cgi-bin/pgpatches2

---------------------------------------------------------------------------


Neil Conway wrote:
> 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.
>
> Cheers,
>
> Neil
>
> --
> Neil Conway <neilc@samurai.com> || PGP Key ID: DB3C29FC

[ Attachment, skipping... ]

>
> ---------------------------(end of broadcast)---------------------------
> TIP 4: Don't 'kill -9' the postmaster

--
  Bruce Momjian                        |  http://candle.pha.pa.us
  pgman@candle.pha.pa.us               |  (610) 359-1001
  +  If your life is a hard drive,     |  13 Roberts Road
  +  Christ can be your backup.        |  Newtown Square, Pennsylvania 19073

pgsql-patches by date:

Previous
From: Tom Lane
Date:
Subject: Re: cleanup standard includes
Next
From: Yury Bokhoncovich
Date:
Subject: Re: Implementation of LIMIT on DELETE and UPDATE statements