Re: [HACKERS] final #include cleanup

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Oleg Bartunov <oleg(at)sai(dot)msu(dot)su>
Cc: Bruce Momjian <maillist(at)candle(dot)pha(dot)pa(dot)us>, PostgreSQL-development <pgsql-hackers(at)postgreSQL(dot)org>
Subject: Re: [HACKERS] final #include cleanup
Date: 1999-07-16 13:25:56
Message-ID: 9422.932131556@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Oleg Bartunov <oleg(at)sai(dot)msu(dot)su> writes:
> Hust did acvs update and didn't see any changes.
> I use
> export CVSROOT=:pserver:anoncvs(at)postgresql(dot)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

Browse pgsql-hackers by date

  From Date Subject
Next Message Tom Lane 1999-07-16 14:14:08 Re: [HACKERS] Interesting index/LIKE/join slowness problems
Previous Message Ansley, Michael 1999-07-16 10:01:26 RE: [HACKERS] Counting bool flags in a complex query