Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit55b1132

Browse files
author
PostgreSQL Daemon
committed
make sure the $Id tags are converted to $PostgreSQL as well ...
1 parent4c274b4 commit55b1132

File tree

449 files changed

+455
-451
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

449 files changed

+455
-451
lines changed

‎contrib/adddepend/adddepend

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#!/usr/bin/perl
2-
# $Id:adddepend,v 1.5 2003/06/25 01:11:09 momjian Exp $
2+
# $PostgreSQL: pgsql/contrib/adddepend/adddepend,v 1.6 2003/11/29 22:39:16 pgsql Exp $
33

44
# Project exists to assist PostgreSQL users with their structural upgrade
55
# from PostgreSQL 7.2 (or prior) to 7.3 or 7.4. Must be run against a 7.3 or 7.4

‎contrib/chkpass/chkpass.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
* darcy@druid.net
55
* http://www.druid.net/darcy/
66
*
7-
* $Id:chkpass.c,v 1.11 2003/09/07 15:27:25 tgl Exp $
7+
* $PostgreSQL: pgsql/contrib/chkpass/chkpass.c,v 1.12 2003/11/29 22:39:18 pgsql Exp $
88
* best viewed with tabs set to 4
99
*/
1010

‎contrib/dbmirror/DBMirror.pl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
#
3434
#
3535
##############################################################################
36-
# $Id:DBMirror.pl,v 1.6 2003/05/14 03:25:55 tgl Exp $
36+
# $PostgreSQL: pgsql/contrib/dbmirror/DBMirror.pl,v 1.7 2003/11/29 22:39:19 pgsql Exp $
3737
#
3838
##############################################################################
3939

‎contrib/dbmirror/clean_pending.pl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
# GNU General Public License for more details.
1717
#
1818
##############################################################################
19-
# $Id:clean_pending.pl,v 1.3 2003/05/14 03:25:55 tgl Exp $
19+
# $PostgreSQL: pgsql/contrib/dbmirror/clean_pending.pl,v 1.4 2003/11/29 22:39:19 pgsql Exp $
2020
##############################################################################
2121

2222

‎contrib/dbmirror/pending.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/****************************************************************************
22
* pending.c
3-
* $Id:pending.c,v 1.14 2003/09/2918:16:48 momjian Exp $
3+
* $PostgreSQL: pgsql/contrib/dbmirror/pending.c,v 1.15 2003/11/2922:39:19 pgsql Exp $
44
*
55
* This file contains a trigger for Postgresql-7.x to record changes to tables
66
* to a pending table for mirroring.

‎contrib/dbmirror/slaveDatabase.conf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
# It contains configuration information to mirror data from
55
# the master database to a single slave system.
66
#
7-
# $Id:slaveDatabase.conf,v 1.1 2002/06/23 21:58:08 momjian Exp $
7+
# $PostgreSQL: pgsql/contrib/dbmirror/slaveDatabase.conf,v 1.2 2003/11/29 22:39:19 pgsql Exp $
88
#######################################################################
99

1010
$masterHost = "masterMachine.mydomain.com";

‎contrib/isbn_issn/isbn_issn.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/*
22
*PostgreSQL type definitions for ISBNs.
33
*
4-
*$Id:isbn_issn.c,v 1.6 2003/07/24 17:52:29 tgl Exp $
4+
*$PostgreSQL: pgsql/contrib/isbn_issn/isbn_issn.c,v 1.7 2003/11/29 22:39:20 pgsql Exp $
55
*/
66

77
#include"postgres.h"

‎contrib/isbn_issn/isbn_issn.sql.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
--
22
--PostgreSQL code for ISSNs.
33
--
4-
--$Id:isbn_issn.sql.in,v 1.9 2003/06/28 00:36:40 momjian Exp $
4+
--$PostgreSQL: pgsql/contrib/isbn_issn/isbn_issn.sql.in,v 1.10 2003/11/29 22:39:20 pgsql Exp $
55
--
66

77
-- Adjust this setting to control where the objects get created.

‎contrib/lo/lo.sql.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
--
22
--PostgreSQL code for LargeObjects
33
--
4-
--$Id: lo.sql.in,v 1.10 2003/05/14 03:25:56 tgl Exp $
4+
--$PostgreSQL: pgsql/contrib/lo/lo.sql.in,v 1.11 2003/11/29 22:39:22 pgsql Exp $
55
--
66
--
77
--Create the data type

‎contrib/mac/ouiparse.awk

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# $Id:ouiparse.awk,v 1.2 2000/08/23 13:44:14 thomas Exp $
1+
# $PostgreSQL: pgsql/contrib/mac/ouiparse.awk,v 1.3 2003/11/29 22:39:24 pgsql Exp $
22
#
33
# ouiparse.awk
44
# Author: Lawrence E. Rosenman <ler@lerctr.org>

‎contrib/mysql/my2pg.pl

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,10 +36,14 @@
3636
# SUCH DAMAGE.
3737
#
3838
# $My2pg: my2pg.pl,v 1.27 2001/12/06 19:32:20 fonin Exp $
39-
# $Id:my2pg.pl,v 1.10 2003/01/07 22:18:43 momjian Exp $
39+
# $PostgreSQL: pgsql/contrib/mysql/my2pg.pl,v 1.11 2003/11/29 22:39:26 pgsql Exp $
4040

4141
#
4242
# $Log: my2pg.pl,v $
43+
# Revision 1.11 2003/11/29 22:39:26 pgsql
44+
#
45+
# make sure the $Id tags are converted to $PostgreSQL as well ...
46+
#
4347
# Revision 1.10 2003/01/07 22:18:43 momjian
4448
# Upgrade to my2pg 1.9
4549
#
@@ -734,7 +738,7 @@
734738

735739
open(MAKE,">Makefile");
736740
print MAKE"#
737-
# My2Pg\$Revision: 1.10 $\translated dump
741+
# My2Pg\$Revision: 1.11 $\translated dump
738742
# Makefile
739743
#
740744

‎contrib/pgcrypto/crypt-md5.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
* $FreeBSD: src/lib/libcrypt/crypt-md5.c,v 1.5 1999/12/17 20:21:45 peter Exp $
1010
*
1111
*/
12-
/* $Id:crypt-md5.c,v 1.2 2001/10/25 05:49:19 momjian Exp $ */
12+
/* $PostgreSQL: pgsql/contrib/pgcrypto/crypt-md5.c,v 1.3 2003/11/29 22:39:28 pgsql Exp $ */
1313

1414
#include<postgres.h>
1515
#include"px.h"

‎contrib/pgcrypto/internal.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
2727
* SUCH DAMAGE.
2828
*
29-
* $Id:internal.c,v 1.11 2002/01/03 07:21:48 momjian Exp $
29+
* $PostgreSQL: pgsql/contrib/pgcrypto/internal.c,v 1.12 2003/11/29 22:39:28 pgsql Exp $
3030
*/
3131

3232

‎contrib/pgcrypto/md5.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/*$Id:md5.c,v 1.9 2001/11/2919:40:37 momjian Exp $*/
1+
/*$PostgreSQL: pgsql/contrib/pgcrypto/md5.c,v 1.10 2003/11/2922:39:28 pgsql Exp $*/
22
/* $KAME: md5.c,v 1.3 2000/02/22 14:01:17 itojun Exp $ */
33

44
/*

‎contrib/pgcrypto/md5.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/*$Id:md5.h,v 1.7 2001/11/05 17:46:23 momjian Exp $*/
1+
/*$PostgreSQL: pgsql/contrib/pgcrypto/md5.h,v 1.8 2003/11/29 22:39:28 pgsql Exp $*/
22
/* $KAME: md5.h,v 1.3 2000/02/22 14:01:18 itojun Exp $ */
33

44
/*

‎contrib/pgcrypto/mhash.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
2727
* SUCH DAMAGE.
2828
*
29-
* $Id:mhash.c,v 1.8 2003/07/24 17:52:33 tgl Exp $
29+
* $PostgreSQL: pgsql/contrib/pgcrypto/mhash.c,v 1.9 2003/11/29 22:39:28 pgsql Exp $
3030
*/
3131

3232
#include<postgres.h>

‎contrib/pgcrypto/openssl.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
2727
* SUCH DAMAGE.
2828
*
29-
* $Id:openssl.c,v 1.12 2003/08/04 00:43:11 momjian Exp $
29+
* $PostgreSQL: pgsql/contrib/pgcrypto/openssl.c,v 1.13 2003/11/29 22:39:28 pgsql Exp $
3030
*/
3131

3232
#include<postgres.h>

‎contrib/pgcrypto/pgcrypto.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
2727
* SUCH DAMAGE.
2828
*
29-
* $Id:pgcrypto.c,v 1.14 2003/08/04 00:43:11 momjian Exp $
29+
* $PostgreSQL: pgsql/contrib/pgcrypto/pgcrypto.c,v 1.15 2003/11/29 22:39:28 pgsql Exp $
3030
*/
3131

3232
#include<postgres.h>

‎contrib/pgcrypto/pgcrypto.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
2727
* SUCH DAMAGE.
2828
*
29-
* $Id:pgcrypto.h,v 1.7 2001/10/28 06:25:41 momjian Exp $
29+
* $PostgreSQL: pgsql/contrib/pgcrypto/pgcrypto.h,v 1.8 2003/11/29 22:39:28 pgsql Exp $
3030
*/
3131

3232
#ifndef_PG_CRYPTO_H

‎contrib/pgcrypto/px-crypt.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
2727
* SUCH DAMAGE.
2828
*
29-
* $Id:px-crypt.c,v 1.6 2001/11/20 18:54:07 momjian Exp $
29+
* $PostgreSQL: pgsql/contrib/pgcrypto/px-crypt.c,v 1.7 2003/11/29 22:39:28 pgsql Exp $
3030
*/
3131

3232
#include<postgres.h>

‎contrib/pgcrypto/px-crypt.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
2727
* SUCH DAMAGE.
2828
*
29-
* $Id:px-crypt.h,v 1.5 2001/11/05 17:46:23 momjian Exp $
29+
* $PostgreSQL: pgsql/contrib/pgcrypto/px-crypt.h,v 1.6 2003/11/29 22:39:28 pgsql Exp $
3030
*/
3131

3232
#ifndef_PX_CRYPT_H

‎contrib/pgcrypto/px-hmac.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
2727
* SUCH DAMAGE.
2828
*
29-
* $Id:px-hmac.c,v 1.4 2001/11/20 18:54:07 momjian Exp $
29+
* $PostgreSQL: pgsql/contrib/pgcrypto/px-hmac.c,v 1.5 2003/11/29 22:39:28 pgsql Exp $
3030
*/
3131

3232

‎contrib/pgcrypto/px.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
2727
* SUCH DAMAGE.
2828
*
29-
* $Id:px.c,v 1.7 2002/03/06 06:09:10 momjian Exp $
29+
* $PostgreSQL: pgsql/contrib/pgcrypto/px.c,v 1.8 2003/11/29 22:39:28 pgsql Exp $
3030
*/
3131

3232
#include<postgres.h>

‎contrib/pgcrypto/px.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
2727
* SUCH DAMAGE.
2828
*
29-
* $Id:px.h,v 1.8 2002/10/21 18:56:30 petere Exp $
29+
* $PostgreSQL: pgsql/contrib/pgcrypto/px.h,v 1.9 2003/11/29 22:39:28 pgsql Exp $
3030
*/
3131

3232
#ifndef__PX_H

‎contrib/pgcrypto/random.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
2727
* SUCH DAMAGE.
2828
*
29-
* $Id:random.c,v 1.6 2003/03/10 22:28:17 tgl Exp $
29+
* $PostgreSQL: pgsql/contrib/pgcrypto/random.c,v 1.7 2003/11/29 22:39:28 pgsql Exp $
3030
*/
3131

3232

‎contrib/pgcrypto/sha1.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/*$Id:sha1.c,v 1.11 2001/11/2919:40:37 momjian Exp $ */
1+
/*$PostgreSQL: pgsql/contrib/pgcrypto/sha1.c,v 1.12 2003/11/2922:39:28 pgsql Exp $ */
22
/* $KAME: sha1.c,v 1.3 2000/02/22 14:01:18 itojun Exp $ */
33

44
/*

‎contrib/pgcrypto/sha1.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/*$Id:sha1.h,v 1.8 2001/11/05 17:46:23 momjian Exp $ */
1+
/*$PostgreSQL: pgsql/contrib/pgcrypto/sha1.h,v 1.9 2003/11/29 22:39:28 pgsql Exp $ */
22
/* $KAME: sha1.h,v 1.4 2000/02/22 14:01:18 itojun Exp $ */
33

44
/*

‎contrib/pgstattuple/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
#
33
# pgstattuple Makefile
44
#
5-
# $Id:Makefile,v 1.1 2001/10/01 01:52:38 ishii Exp $
5+
# $PostgreSQL: pgsql/contrib/pgstattuple/Makefile,v 1.2 2003/11/29 22:39:29 pgsql Exp $
66
#
77
#-------------------------------------------------------------------------
88

‎contrib/pgstattuple/README.pgstattuple.euc_jp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
$Id:README.pgstattuple.euc_jp,v 1.4 2002/09/04 02:54:59 ishii Exp $
1+
$PostgreSQL: pgsql/contrib/pgstattuple/README.pgstattuple.euc_jp,v 1.5 2003/11/29 22:39:29 pgsql Exp $
22

33
pgstattuple README2002/08/22 �а�ã��
44

‎doc/TODO

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -458,7 +458,7 @@ Source Code
458458
* Acquire lock on a relation before building a relcache entry for it
459459
* Research interaction of setitimer() and sleep() used by statement_timeout
460460
* Add checks for fclose() failure
461-
* Change CVS $Id:TODO,v 1.1171 2003/11/19 17:35:40 momjian Exp $ to $PostgreSQL: pgsql/doc/TODO,v 1.1171 2003/11/19 17:35:40 momjian Exp $
461+
* Change CVS $PostgreSQL: pgsql/doc/TODO,v 1.1172 2003/11/29 22:39:30 pgsql Exp $ to $PostgreSQL: pgsql/doc/TODO,v 1.1172 2003/11/29 22:39:30 pgsql Exp $
462462
* Exit postmaster if postgresql.conf can not be opened
463463
* Rename /scripts directory because they are all C programs now
464464
* Allow the regression tests to start postmaster with -i so the tests

‎doc/TODO.detail/win32

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6475,7 +6475,7 @@ X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2600.0000
64756475
X-Spam-Status: Yes, hits=5.0 required=5.0 tests=RCVD_IN_OSIRUSOFT_COM,X_OSIRU_SPAM_SRC version=2.20
64766476
X-Spam-Flag: YES
64776477
X-Spam-Level: *****
6478-
X-Spam-Checker-Version: SpamAssassin 2.20 (devel $Id:win32,v 1.6 2003/11/13 03:45:33 momjian Exp $)
6478+
X-Spam-Checker-Version: SpamAssassin 2.20 (devel $PostgreSQL: pgsql/doc/TODO.detail/win32,v 1.7 2003/11/29 22:39:38 pgsql Exp $)
64796479
X-Spam-Report: Detailed Report
64806480
SPAM: -------------------- Start SpamAssassin results ----------------------
64816481
SPAM: This mail is probably spam. The original message has been altered

‎src/backend/access/heap/hio.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
*
99
*
1010
* IDENTIFICATION
11-
* $Id:hio.c,v 1.50 2003/09/25 06:57:57 petere Exp $
11+
* $PostgreSQL: pgsql/src/backend/access/heap/hio.c,v 1.51 2003/11/29 22:39:39 pgsql Exp $
1212
*
1313
*-------------------------------------------------------------------------
1414
*/

‎src/backend/catalog/information_schema.sql

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
*
55
* Copyright 2003, PostgreSQL Global Development Group
66
*
7-
* $Id:information_schema.sql,v 1.16 2003/11/08 20:43:52 tgl Exp $
7+
* $PostgreSQL: pgsql/src/backend/catalog/information_schema.sql,v 1.17 2003/11/29 22:39:40 pgsql Exp $
88
*/
99

1010
/*

‎src/backend/catalog/system_views.sql

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
*
44
* Copyright 1996-2003, PostgreSQL Global Development Group
55
*
6-
* $Id:system_views.sql,v 1.2 2003/11/13 22:13:39 tgl Exp $
6+
* $PostgreSQL: pgsql/src/backend/catalog/system_views.sql,v 1.3 2003/11/29 22:39:40 pgsql Exp $
77
*/
88

99
CREATEVIEWpg_userAS

‎src/backend/lib/stringinfo.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
* Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group
1010
* Portions Copyright (c) 1994, Regents of the University of California
1111
*
12-
* $Id:stringinfo.c,v 1.36 2003/08/04 02:39:59 momjian Exp $
12+
* $PostgreSQL: pgsql/src/backend/lib/stringinfo.c,v 1.37 2003/11/29 22:39:42 pgsql Exp $
1313
*
1414
*-------------------------------------------------------------------------
1515
*/

‎src/backend/nodes/README

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
* *
66
* Copyright (c) 1994, Regents of the University of California *
77
* *
8-
* $Id:README,v 1.1.1.1 1996/07/09 06:21:32 scrappy Exp $
8+
* $PostgreSQL: pgsql/src/backend/nodes/README,v 1.2 2003/11/29 22:39:45 pgsql Exp $
99
* *
1010
*******************************************************************************
1111

‎src/backend/optimizer/geqo/geqo_copy.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
* Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group
66
* Portions Copyright (c) 1994, Regents of the University of California
77
*
8-
* $Id:geqo_copy.c,v 1.12 2003/08/04 02:39:59 momjian Exp $
8+
* $PostgreSQL: pgsql/src/backend/optimizer/geqo/geqo_copy.c,v 1.13 2003/11/29 22:39:49 pgsql Exp $
99
*
1010
*-------------------------------------------------------------------------
1111
*/

‎src/backend/optimizer/geqo/geqo_cx.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
* CX operator according to Oliver et al
77
* (Proc 2nd Int'l Conf on GA's)
88
*
9-
* $Id:geqo_cx.c,v 1.9 1999/07/16 04:59:07 momjian Exp $
9+
* $PostgreSQL: pgsql/src/backend/optimizer/geqo/geqo_cx.c,v 1.10 2003/11/29 22:39:49 pgsql Exp $
1010
*
1111
*-------------------------------------------------------------------------
1212
*/

‎src/backend/optimizer/geqo/geqo_erx.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
* geqo_erx.c
44
* edge recombination crossover [ER]
55
*
6-
* $Id:geqo_erx.c,v 1.18 2003/07/25 00:01:06 tgl Exp $
6+
* $PostgreSQL: pgsql/src/backend/optimizer/geqo/geqo_erx.c,v 1.19 2003/11/29 22:39:49 pgsql Exp $
77
*
88
*-------------------------------------------------------------------------
99
*/

‎src/backend/optimizer/geqo/geqo_mutation.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
*
55
* TSP mutation routines
66
*
7-
* $Id:geqo_mutation.c,v 1.8 1999/07/16 04:59:10 momjian Exp $
7+
* $PostgreSQL: pgsql/src/backend/optimizer/geqo/geqo_mutation.c,v 1.9 2003/11/29 22:39:49 pgsql Exp $
88
*
99
*-------------------------------------------------------------------------
1010
*/

‎src/backend/optimizer/geqo/geqo_ox1.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
* OX1 operator according to Davis
77
* (Proc Int'l Joint Conf on AI)
88
*
9-
* $Id:geqo_ox1.c,v 1.8 1999/07/16 04:59:10 momjian Exp $
9+
* $PostgreSQL: pgsql/src/backend/optimizer/geqo/geqo_ox1.c,v 1.9 2003/11/29 22:39:49 pgsql Exp $
1010
*
1111
*-------------------------------------------------------------------------
1212
*/

‎src/backend/optimizer/geqo/geqo_ox2.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
* OX2 operator according to Syswerda
77
* (The Genetic Algorithms Handbook, ed L Davis)
88
*
9-
* $Id:geqo_ox2.c,v 1.8 1999/07/16 04:59:10 momjian Exp $
9+
* $PostgreSQL: pgsql/src/backend/optimizer/geqo/geqo_ox2.c,v 1.9 2003/11/29 22:39:49 pgsql Exp $
1010
*
1111
*-------------------------------------------------------------------------
1212
*/

‎src/backend/optimizer/geqo/geqo_pmx.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
* PMX operator according to Goldberg & Lingle
77
* (Proc Int'l Conf on GA's)
88
*
9-
* $Id:geqo_pmx.c,v 1.9 1999/07/16 04:59:11 momjian Exp $
9+
* $PostgreSQL: pgsql/src/backend/optimizer/geqo/geqo_pmx.c,v 1.10 2003/11/29 22:39:49 pgsql Exp $
1010
*
1111
*-------------------------------------------------------------------------
1212
*/

‎src/backend/optimizer/geqo/geqo_pool.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
* Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group
77
* Portions Copyright (c) 1994, Regents of the University of California
88
*
9-
* $Id:geqo_pool.c,v 1.21 2003/08/04 02:39:59 momjian Exp $
9+
* $PostgreSQL: pgsql/src/backend/optimizer/geqo/geqo_pool.c,v 1.22 2003/11/29 22:39:49 pgsql Exp $
1010
*
1111
*-------------------------------------------------------------------------
1212
*/

‎src/backend/optimizer/geqo/geqo_px.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
* PX operator according to Syswerda
77
* (The Genetic Algorithms Handbook, L Davis, ed)
88
*
9-
* $Id:geqo_px.c,v 1.9 1999/07/16 04:59:12 momjian Exp $
9+
* $PostgreSQL: pgsql/src/backend/optimizer/geqo/geqo_px.c,v 1.10 2003/11/29 22:39:49 pgsql Exp $
1010
*
1111
*-------------------------------------------------------------------------
1212
*/

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp