From: | Bruce Momjian <pgman(at)candle(dot)pha(dot)pa(dot)us> |
---|---|
To: | "Marc G(dot) Fournier" <scrappy(at)hub(dot)org> |
Cc: | Bruce Momjian - CVS <momjian(at)postgresql(dot)org>, pgsql-committers(at)postgresql(dot)org |
Subject: | Re: pgsql-server/src/backend access/transam/xlog.c ... |
Date: | 2002-11-08 23:14:23 |
Message-ID: | 200211082314.gA8NEOf25377@candle.pha.pa.us |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-committers |
This commit was to HEAD, not STABLE.
---------------------------------------------------------------------------
Marc G. Fournier wrote:
>
> Woo hoo ... beta6, here we come ...
>
>
> On Fri, 8 Nov 2002, Bruce Momjian - CVS wrote:
>
> > CVSROOT: /cvsroot
> > Module name: pgsql-server
> > Changes by: momjian(at)postgresql(dot)org 02/11/08 15:23:57
> >
> > Modified files:
> > src/backend/access/transam: xlog.c
> > src/backend/main: main.c
> > src/backend/port/beos: sem.c shm.c
> > src/backend/port/darwin: system.c
> > src/backend/port/dynloader: aix.c freebsd.c netbsd.c nextstep.c
> > openbsd.c qnx4.c ultrix4.c
> > src/backend/port/qnx4: sem.c shm.c tstrint.c tstsem.c tstshm.c
> > src/backend/regex: regcomp.c regexec.c
> > src/backend/utils/adt: formatting.c selfuncs.c
> > src/backend/utils/init: miscinit.c
> > src/backend/utils/misc: database.c guc-file.l
> >
> > Log message:
> > 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.
> >
> > Neil Conway
> >
> >
> > ---------------------------(end of broadcast)---------------------------
> > TIP 2: you can get off all lists at once with the unregister command
> > (send "unregister YourEmailAddressHere" to majordomo(at)postgresql(dot)org)
> >
>
>
> ---------------------------(end of broadcast)---------------------------
> TIP 5: Have you checked our extensive FAQ?
>
> http://www.postgresql.org/users-lounge/docs/faq.html
>
--
Bruce Momjian | http://candle.pha.pa.us
pgman(at)candle(dot)pha(dot)pa(dot)us | (610) 359-1001
+ If your life is a hard drive, | 13 Roberts Road
+ Christ can be your backup. | Newtown Square, Pennsylvania 19073
From | Date | Subject | |
---|---|---|---|
Next Message | Marc G. Fournier | 2002-11-08 23:15:33 | Re: pgsql-server/src/backend access/transam/xlog.c ... |
Previous Message | Marc G. Fournier | 2002-11-08 23:10:02 | Re: pgsql-server/src/backend access/transam/xlog.c ... |