final #include cleanup

Started by Bruce Momjianalmost 27 years ago6 messageshackers
Jump to latest
#1Bruce Momjian
bruce@momjian.us

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
#2Oleg Bartunov
oleg@sai.msu.su
In reply to: Bruce Momjian (#1)
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

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

#3Tom Lane
tgl@sss.pgh.pa.us
In reply to: Oleg Bartunov (#2)
Re: [HACKERS] final #include cleanup

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

#4Bruce Momjian
bruce@momjian.us
In reply to: Oleg Bartunov (#2)
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.

-- 
  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
#5Oleg Bartunov
oleg@sai.msu.su
In reply to: Bruce Momjian (#4)
Re: [HACKERS] final #include cleanup

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

#6Bruce Momjian
bruce@momjian.us
In reply to: Oleg Bartunov (#5)
Re: [HACKERS] final #include cleanup

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, Pennsylvania 19026