Re: [HACKERS] $Id$ -> $PostgreSQL$ Change

2003-11-29 Thread Marc G. Fournier
On Fri, 28 Nov 2003, Rod Taylor wrote: > > k, there was no options file already, so I just added it containing the > > one line ... > > > > And tested in on GNUMakefile.in, and appears okay: > > > > # > > # $PostgreSQL: pgsql-server/GNUmakefile.in,v 1.36 2003/11/28 20:32:09 pgsql Exp $ > > # > > L

Re: [HACKERS] $Id$ -> $PostgreSQL$ Change

2003-11-29 Thread Marc G. Fournier
k, I see why ... fixing right now ... On Sat, 29 Nov 2003, Tom Lane wrote: > "Marc G. Fournier" <[EMAIL PROTECTED]> writes: > > Assuming I didn't miss any files, this is now complete ... I grep'd for > > both $Header: and $Id:, and appear to have gotten them all ... > > From here it looks like t

Re: [HACKERS] $Id$ -> $PostgreSQL$ Change

2003-11-29 Thread Tom Lane
"Marc G. Fournier" <[EMAIL PROTECTED]> writes: > Assuming I didn't miss any files, this is now complete ... I grep'd for > both $Header: and $Id:, and appear to have gotten them all ... >From here it looks like the $Id$ headers are all still there. regards, tom lane -

Re: [HACKERS] $Id$ -> $PostgreSQL$ Change

2003-11-29 Thread Marc G. Fournier
Assuming I didn't miss any files, this is now complete ... I grep'd for both $Header: and $Id:, and appear to have gotten them all ... On Fri, 28 Nov 2003, Marc G. Fournier wrote: > On Thu, 27 Nov 2003, Rod Taylor wrote: > > > On Thu, 2003-11-27 at 00:50, Marc G. Fournier wrote: > > > Based on d

Re: [HACKERS] $Id$ -> $PostgreSQL$ Change

2003-11-28 Thread Marc G. Fournier
On Thu, 27 Nov 2003, Rod Taylor wrote: > On Thu, 2003-11-27 at 00:50, Marc G. Fournier wrote: > > Based on discussions on -hackers, and baring any objections betwen now and > > then, I'm going to go through all files in CVS and change: > > > > $Id$ -> $PostgreSQL$ > > > > I will do this the ev

Re: [HACKERS] $Id$ -> $PostgreSQL$ Change

2003-11-28 Thread Rod Taylor
> k, there was no options file already, so I just added it containing the > one line ... > > And tested in on GNUMakefile.in, and appears okay: > > # > # $PostgreSQL: pgsql-server/GNUmakefile.in,v 1.36 2003/11/28 20:32:09 pgsql Exp $ > # Looks good. Once you are comfortable with the changes, you

Re: [HACKERS] $Id$ -> $PostgreSQL$ Change

2003-11-28 Thread Marc G. Fournier
On Fri, 28 Nov 2003, Rod Taylor wrote: > > k, there was no options file already, so I just added it containing the > > one line ... > > > > And tested in on GNUMakefile.in, and appears okay: > > > > # > > # $PostgreSQL: pgsql-server/GNUmakefile.in,v 1.36 2003/11/28 20:32:09 pgsql Exp $ > > # > > L

Re: [HACKERS] $Id$ -> $PostgreSQL$ Change

2003-11-28 Thread Rod Taylor
> > Looks good. Once you are comfortable with the changes, you will need to > > add another line to CVSROOT/options to disable processing of the $Id$ > > and $Header$ tags should one accidentally be added. > > > > tagexpand=iPostgreSQL > > 'K, where do you find docs on the options file? t

Re: [HACKERS] $Id$ -> $PostgreSQL$ Change

2003-11-27 Thread Rod Taylor
On Thu, 2003-11-27 at 00:50, Marc G. Fournier wrote: > Based on discussions on -hackers, and baring any objections betwen now and > then, I'm going to go through all files in CVS and change: > > $Id$ -> $PostgreSQL$ > > I will do this the evening of Friday, November 29th ... I presume you