Re: pgsql-server/src/backend access/transam/xlog.c ... - Mailing list pgsql-committers

From Marc G. Fournier
Subject Re: pgsql-server/src/backend access/transam/xlog.c ...
Date
Msg-id 20021108191525.N15937-100000@hub.org
Whole thread Raw
In response to Re: pgsql-server/src/backend access/transam/xlog.c ...  (Bruce Momjian <pgman@candle.pha.pa.us>)
List pgsql-committers
Ya, kinda clued into it after I hit send ;)



On Fri, 8 Nov 2002, Bruce Momjian wrote:

>
> 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@postgresql.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@postgresql.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@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-committers by date:

Previous
From: Bruce Momjian
Date:
Subject: Re: pgsql-server/src/backend access/transam/xlog.c ...
Next
From: momjian@postgresql.org (Bruce Momjian - CVS)
Date:
Subject: pgsql-server/ oc/src/sgml/ref/create_table.sgm ...