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 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 will be committing the change to the CVSROOT/options file
  somewhat before hand?

 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 $
 #

 
 Marc G. Fournier   Hub.Org Networking Services (http://www.hub.org)
 Email: [EMAIL PROTECTED]   Yahoo!: yscrappy  ICQ: 7615664

 ---(end of broadcast)---
 TIP 1: subscribe and unsubscribe commands go to [EMAIL PROTECTED]



Marc G. Fournier   Hub.Org Networking Services (http://www.hub.org)
Email: [EMAIL PROTECTED]   Yahoo!: yscrappy  ICQ: 7615664

---(end of broadcast)---
TIP 4: Don't 'kill -9' the postmaster


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

---(end of broadcast)---
TIP 8: explain analyze is your friend


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 the $Id$ headers are all still there.

   regards, tom lane



Marc G. Fournier   Hub.Org Networking Services (http://www.hub.org)
Email: [EMAIL PROTECTED]   Yahoo!: yscrappy  ICQ: 7615664

---(end of broadcast)---
TIP 3: if posting/reading through Usenet, please send an appropriate
  subscribe-nomail command to [EMAIL PROTECTED] so that your
  message can get through to the mailing list cleanly


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 $
  #

 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, changes are made, including the above ...

Let me know if I missed anything ...


Marc G. Fournier   Hub.Org Networking Services (http://www.hub.org)
Email: [EMAIL PROTECTED]   Yahoo!: yscrappy  ICQ: 7615664

---(end of broadcast)---
TIP 2: you can get off all lists at once with the unregister command
(send unregister YourEmailAddressHere to [EMAIL PROTECTED])


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?  there is nothing on it,
 that I can find, in 'info cvs'?

Excellent question. I don't know the answer to that. I followed the
commit logs for the FreeBSD camp to find out what to do.



---(end of broadcast)---
TIP 2: you can get off all lists at once with the unregister command
(send unregister YourEmailAddressHere to [EMAIL PROTECTED])


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 $
  #

 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?  there is nothing on it,
that I can find, in 'info cvs'?


Marc G. Fournier   Hub.Org Networking Services (http://www.hub.org)
Email: [EMAIL PROTECTED]   Yahoo!: yscrappy  ICQ: 7615664

---(end of broadcast)---
TIP 2: you can get off all lists at once with the unregister command
(send unregister YourEmailAddressHere to [EMAIL PROTECTED])


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 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


---(end of broadcast)---
TIP 8: explain analyze is your friend


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 evening of Friday, November 29th ...

 I presume you will be committing the change to the CVSROOT/options file
 somewhat before hand?

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 $
#


Marc G. Fournier   Hub.Org Networking Services (http://www.hub.org)
Email: [EMAIL PROTECTED]   Yahoo!: yscrappy  ICQ: 7615664

---(end of broadcast)---
TIP 1: subscribe and unsubscribe commands go to [EMAIL PROTECTED]


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 will be committing the change to the CVSROOT/options file
somewhat before hand?

Don't forget $Header$ - $PostgreSQL$

http://archives.postgresql.org/pgsql-patches/2003-11/msg00097.php

The line below is what goes into CVSROOT/options for the FreeBSD version
of CVS server, which I believe you are running.

tag=PostgreSQL=CVSHeader


---(end of broadcast)---
TIP 6: Have you searched our list archives?

   http://archives.postgresql.org


[HACKERS] $Id$ - $PostgreSQL$ Change

2003-11-26 Thread Marc G. Fournier

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 ...


Marc G. Fournier   Hub.Org Networking Services (http://www.hub.org)
Email: [EMAIL PROTECTED]   Yahoo!: yscrappy  ICQ: 7615664

---(end of broadcast)---
TIP 7: don't forget to increase your free space map settings