Re: So where did that $Id$ come from?

Поиск
Список
Период
Сортировка
От Bruce Momjian
Тема Re: So where did that $Id$ come from?
Дата
Msg-id 201009200347.o8K3lZl27369@momjian.us
обсуждение исходный текст
Ответ на So where did that $Id$ come from?  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-hackers
Tom Lane wrote:
> Hey Bruce, how is it that this recent commit
> http://archives.postgresql.org/pgsql-committers/2010-02/msg00202.php
> replaced a $PostgreSQL$ CVS keyword with a $Id$ one?
> 
> The commit message mentions an "existing *.pl conversion script",
> so I'm suspicious that somewhere there is a script that wants to
> put these things in, but I can't find it in CVS.

I assume he used one of the exiting PLs as a basis:
$ pwd/pg/backend/utils/mb/Unicode$ ls *.plUCS_to_BIG5.pl                  UCS_to_EUC_JP.pl
UCS_to_GB18030.pl              UCS_to_most.plUCS_to_EUC_CN.pl                UCS_to_EUC_KR.pl
UCS_to_SHIFT_JIS_2004.pl       ucs2utf.plUCS_to_EUC_JIS_2004.pl          UCS_to_EUC_TW.pl               UCS_to_SJIS.pl
 

but looking at those files, they all use $PostgreSQL$.  No idea why an
$Id$ got in there.  Is it possible I used on $PostgreSQL$ and $Id$ was
added by default?

--  Bruce Momjian  <bruce@momjian.us>        http://momjian.us EnterpriseDB
http://enterprisedb.com
 + It's impossible for everything to be true. +


В списке pgsql-hackers по дате отправления:

Предыдущее
От: Hitoshi Harada
Дата:
Сообщение: Re: wip: functions median and percentile
Следующее
От: "Matthew D. Fuller"
Дата:
Сообщение: Re: compile/install of git