Обсуждение: final #include cleanup

Поиск
Список
Период
Сортировка

final #include cleanup

От
Bruce Momjian
Дата:
I am done.  I have attempted not to disturbe any of the config.h #if's. 
The only one that may have been a little messed up is multi-byte, but I
checked every #if, so I think we will be OK.

--  Bruce Momjian                        |  http://www.op.net/~candle maillist@candle.pha.pa.us            |  (610)
853-3000+  If your life is a hard drive,     |  830 Blythe Avenue +  Christ can be your backup.        |  Drexel Hill,
Pennsylvania19026
 


Re: [HACKERS] final #include cleanup

От
Oleg Bartunov
Дата:
Hust did acvs update and didn't see any changes.
I use 
export CVSROOT=:pserver:anoncvs@postgresql.org:/usr/local/cvsroot
cvs -z9  update -rREL6_5 pgsql

Is't right ?
Regards,    Oleg

On Fri, 16 Jul 1999, Bruce Momjian wrote:

> Date: Fri, 16 Jul 1999 01:27:46 -0400 (EDT)
> From: Bruce Momjian <maillist@candle.pha.pa.us>
> To: PostgreSQL-development <pgsql-hackers@postgreSQL.org>
> Subject: [HACKERS] final #include cleanup
> 
> I am done.  I have attempted not to disturbe any of the config.h #if's. 
> The only one that may have been a little messed up is multi-byte, but I
> checked every #if, so I think we will be OK.
> 
> -- 
>   Bruce Momjian                        |  http://www.op.net/~candle
>   maillist@candle.pha.pa.us            |  (610) 853-3000
>   +  If your life is a hard drive,     |  830 Blythe Avenue
>   +  Christ can be your backup.        |  Drexel Hill, Pennsylvania 19026
> 

_____________________________________________________________
Oleg Bartunov, sci.researcher, hostmaster of AstroNet,
Sternberg Astronomical Institute, Moscow University (Russia)
Internet: oleg@sai.msu.su, http://www.sai.msu.su/~megera/
phone: +007(095)939-16-83, +007(095)939-23-83



Re: [HACKERS] final #include cleanup

От
Tom Lane
Дата:
Oleg Bartunov <oleg@sai.msu.su> writes:
> Hust did acvs update and didn't see any changes.
> I use 
> export CVSROOT=:pserver:anoncvs@postgresql.org:/usr/local/cvsroot
> cvs -z9  update -rREL6_5 pgsql

> Is't right ?

No --- those commits were to the tree tip.  REL6_5 is a frozen tag;
you won't *ever* see any more changes if you pull with that tag.
(REL6_5_PATCHES is the branch to pull if you want to track 6.5.*
patches...)

BTW: thanks, Bruce!  The messy #includes have bothered me for some
time, particularly the failure to distinguish our includes from
system headers via "" versus <>.  Now I can finally get reasonable
dependency lists from gcc -MM.
        regards, tom lane


Re: [HACKERS] final #include cleanup

От
Bruce Momjian
Дата:
> Hust did acvs update and didn't see any changes.
> I use 
> export CVSROOT=:pserver:anoncvs@postgresql.org:/usr/local/cvsroot
> cvs -z9  update -rREL6_5 pgsql
> 
> Is't right ?
> 
>     Regards,
>         Oleg

These #include changes are not in 6.5REL tree.

--  Bruce Momjian                        |  http://www.op.net/~candle maillist@candle.pha.pa.us            |  (610)
853-3000+  If your life is a hard drive,     |  830 Blythe Avenue +  Christ can be your backup.        |  Drexel Hill,
Pennsylvania19026
 


Re: [HACKERS] final #include cleanup

От
Oleg Bartunov
Дата:
On Fri, 16 Jul 1999, Bruce Momjian wrote:

> Date: Fri, 16 Jul 1999 11:59:50 -0400 (EDT)
> From: Bruce Momjian <maillist@candle.pha.pa.us>
> To: Oleg Bartunov <oleg@sai.msu.su>
> Cc: PostgreSQL-development <pgsql-hackers@postgreSQL.org>
> Subject: Re: [HACKERS] final #include cleanup
> 
> > Hust did acvs update and didn't see any changes.
> > I use 
> > export CVSROOT=:pserver:anoncvs@postgresql.org:/usr/local/cvsroot
> > cvs -z9  update -rREL6_5 pgsql
> > 
> > Is't right ?
> > 
> >     Regards,
> >         Oleg
> 
> These #include changes are not in 6.5REL tree.

Does 6.5REL tree is a place for 6.5.1 ?
Regards,    Oleg

> 
> -- 
>   Bruce Momjian                        |  http://www.op.net/~candle
>   maillist@candle.pha.pa.us            |  (610) 853-3000
>   +  If your life is a hard drive,     |  830 Blythe Avenue
>   +  Christ can be your backup.        |  Drexel Hill, Pennsylvania 19026
> 

_____________________________________________________________
Oleg Bartunov, sci.researcher, hostmaster of AstroNet,
Sternberg Astronomical Institute, Moscow University (Russia)
Internet: oleg@sai.msu.su, http://www.sai.msu.su/~megera/
phone: +007(095)939-16-83, +007(095)939-23-83



Re: [HACKERS] final #include cleanup

От
Bruce Momjian
Дата:
> > These #include changes are not in 6.5REL tree.
> 
> Does 6.5REL tree is a place for 6.5.1 ?
> 

This has confused me too.  Seems it is called not REL6_5, but
REL6_5PATCHES.  I have a copy of REL6_5 here myself.  Good thing I
haven't patched anything in there.


--  Bruce Momjian                        |  http://www.op.net/~candle maillist@candle.pha.pa.us            |  (610)
853-3000+  If your life is a hard drive,     |  830 Blythe Avenue +  Christ can be your backup.        |  Drexel Hill,
Pennsylvania19026