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

Commitf2f5b05

Browse files
committed
Update copyright for 2006. Update scripts.
1 parente096406 commitf2f5b05

File tree

855 files changed

+1680
-1680
lines changed

Some content is hidden

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

855 files changed

+1680
-1680
lines changed

‎COPYRIGHT

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
PostgreSQL Database Management System
22
(formerly known as Postgres, then as Postgres95)
33

4-
Portions Copyright (c) 1996-2005, PostgreSQL Global Development Group
4+
Portions Copyright (c) 1996-2006, PostgreSQL Global Development Group
55

66
Portions Copyright (c) 1994, The Regents of the University of California
77

‎configure

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
# This configure script is free software; the Free Software Foundation
99
# gives unlimited permission to copy, distribute and modify it.
1010
#
11-
# Copyright (c) 1996-2005, PostgreSQL Global Development Group
11+
# Copyright (c) 1996-2006, PostgreSQL Global Development Group
1212
## --------------------- ##
1313
## M4sh Initialization. ##
1414
## --------------------- ##
@@ -1013,7 +1013,7 @@ Copyright (C) 2003 Free Software Foundation, Inc.
10131013
This configure script is free software; the Free Software Foundation
10141014
gives unlimited permission to copy, distribute and modify it.
10151015

1016-
Copyright (c) 1996-2005, PostgreSQL Global Development Group
1016+
Copyright (c) 1996-2006, PostgreSQL Global Development Group
10171017
_ACEOF
10181018
exit 0
10191019
fi

‎configure.in

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
dnl Process this file with autoconf to produce a configure script.
2-
dnl $PostgreSQL: pgsql/configure.in,v 1.453 2006/02/28 22:34:24 momjian Exp $
2+
dnl $PostgreSQL: pgsql/configure.in,v 1.454 2006/03/05 15:58:18 momjian Exp $
33
dnl
44
dnl Developers, please strive to achieve this order:
55
dnl
@@ -20,7 +20,7 @@ m4_pattern_forbid(^PGAC_)dnl to catch undefined macros
2020
AC_INIT([PostgreSQL], [8.2devel], [pgsql-bugs@postgresql.org])
2121

2222
AC_PREREQ(2.59)
23-
AC_COPYRIGHT([Copyright (c) 1996-2005, PostgreSQL Global Development Group])
23+
AC_COPYRIGHT([Copyright (c) 1996-2006, PostgreSQL Global Development Group])
2424
AC_CONFIG_SRCDIR([src/backend/access/common/heaptuple.c])
2525
AC_CONFIG_AUX_DIR(config)
2626
AC_PREFIX_DEFAULT(/usr/local/pgsql)

‎contrib/fuzzystrmatch/README.fuzzystrmatch

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
*
66
* Joe Conway <mail@joeconway.com>
77
*
8-
* Copyright (c) 2001-2005, PostgreSQL Global Development Group
8+
* Copyright (c) 2001-2006, PostgreSQL Global Development Group
99
* ALL RIGHTS RESERVED;
1010
*
1111
* levenshtein()

‎contrib/fuzzystrmatch/fuzzystrmatch.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
*
66
* Joe Conway <mail@joeconway.com>
77
*
8-
* Copyright (c) 2001-2005, PostgreSQL Global Development Group
8+
* Copyright (c) 2001-2006, PostgreSQL Global Development Group
99
* ALL RIGHTS RESERVED;
1010
*
1111
* levenshtein()

‎contrib/fuzzystrmatch/fuzzystrmatch.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
*
66
* Joe Conway <mail@joeconway.com>
77
*
8-
* Copyright (c) 2001-2005, PostgreSQL Global Development Group
8+
* Copyright (c) 2001-2006, PostgreSQL Global Development Group
99
* ALL RIGHTS RESERVED;
1010
*
1111
* levenshtein()

‎contrib/tablefunc/README.tablefunc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
* And contributors:
88
* Nabil Sayegh <postgresql@e-trolley.de>
99
*
10-
* Copyright (c) 2002-2005, PostgreSQL Global Development Group
10+
* Copyright (c) 2002-2006, PostgreSQL Global Development Group
1111
*
1212
* Permission to use, copy, modify, and distribute this software and its
1313
* documentation for any purpose, without fee, and without a written agreement

‎contrib/tablefunc/tablefunc.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
* And contributors:
88
* Nabil Sayegh <postgresql@e-trolley.de>
99
*
10-
* Copyright (c) 2002-2005, PostgreSQL Global Development Group
10+
* Copyright (c) 2002-2006, PostgreSQL Global Development Group
1111
*
1212
* Permission to use, copy, modify, and distribute this software and its
1313
* documentation for any purpose, without fee, and without a written agreement

‎contrib/tablefunc/tablefunc.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
* And contributors:
88
* Nabil Sayegh <postgresql@e-trolley.de>
99
*
10-
* Copyright (c) 2002-2005, PostgreSQL Global Development Group
10+
* Copyright (c) 2002-2006, PostgreSQL Global Development Group
1111
*
1212
* Permission to use, copy, modify, and distribute this software and its
1313
* documentation for any purpose, without fee, and without a written agreement

‎contrib/vacuumlo/vacuumlo.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,12 @@
33
* vacuumlo.c
44
* This removes orphaned large objects from a database.
55
*
6-
* Portions Copyright (c) 1996-2005, PostgreSQL Global Development Group
6+
* Portions Copyright (c) 1996-2006, PostgreSQL Global Development Group
77
* Portions Copyright (c) 1994, Regents of the University of California
88
*
99
*
1010
* IDENTIFICATION
11-
* $PostgreSQL: pgsql/contrib/vacuumlo/vacuumlo.c,v 1.31 2006/02/23 22:33:59 tgl Exp $
11+
* $PostgreSQL: pgsql/contrib/vacuumlo/vacuumlo.c,v 1.32 2006/03/05 15:58:19 momjian Exp $
1212
*
1313
*-------------------------------------------------------------------------
1414
*/

‎doc/FAQ

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@
123123

124124
PostgreSQL Data Base Management System
125125

126-
Portions Copyright (c) 1996-2005, PostgreSQL Global Development Group
126+
Portions Copyright (c) 1996-2006, PostgreSQL Global Development Group
127127
Portions Copyright (c) 1994-1996 Regents of the University of
128128
California
129129

‎doc/FAQ_brazilian

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -165,7 +165,7 @@
165165

166166
PostgreSQL Sistema de Ger�ncia de Banco de Dados
167167

168-
Portions Copyright (c) 1996-2005, PostgreSQL Global Development Group
168+
Portions Copyright (c) 1996-2006, PostgreSQL Global Development Group
169169
Portions Copyright (c) 1994-6 Regents of the University of California
170170

171171
Permiss�o de uso, c�pia, modifica��o e distribui��o desse software e

‎doc/FAQ_czech

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,7 @@
145145

146146
PostgreSQL je p�edm�tem n�sleduj�c�ch autorsk�ch pr�v:
147147

148-
D�l�� Copyright (c) 1996-2005, PostgreSQL Global Development Group
148+
D�l�� Copyright (c) 1996-2006, PostgreSQL Global Development Group
149149
D�l�� Copyright (c) 1994-6, Regents of the University of California
150150

151151
Ud�luje se opr�vn�n� k u�it�, rozmno�ov�n�, prov�d�n� �prav a

‎doc/FAQ_french

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -171,7 +171,7 @@
171171

172172
PostgreSQL Data Base Management System
173173

174-
Portions Copyright (c) 1996-2005, PostgreSQL Global Development Group
174+
Portions Copyright (c) 1996-2006, PostgreSQL Global Development Group
175175
Portions Copyright (c) 1994-6 Regents of the University of California
176176

177177
Permission to use, copy, modify, and distribute this software and its

‎doc/FAQ_german

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -172,7 +172,7 @@
172172

173173
PostgreSQL Data Base Management System
174174

175-
Portions Copyright (c) 1996-2005, PostgreSQL Global Development Group
175+
Portions Copyright (c) 1996-2006, PostgreSQL Global Development Group
176176
Portions Copyright (c) 1994-6 Regents of the University of California
177177

178178
Permission to use, copy, modify, and distribute this software and its

‎doc/FAQ_japanese

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,7 @@ PostgreSQL
140140

141141
PostgreSQL Data Base Management System
142142

143-
Portions Copyright (c) 1996-2005, PostgreSQL Global Development Group Portions
143+
Portions Copyright (c) 1996-2006, PostgreSQL Global Development Group Portions
144144
Copyright (c) 1994-1996 Regents of the University of California
145145

146146
Permission to use, copy, modify, and distribute this software and its

‎doc/FAQ_polish

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -165,7 +165,7 @@
165165

166166
PostgreSQL Data Base Management System
167167

168-
Portions Copyright (c) 1996-2005, PostgreSQL Global Development Group
168+
Portions Copyright (c) 1996-2006, PostgreSQL Global Development Group
169169
Portions Copyright (c) 1994-6 Regents of the University of California
170170

171171
Permission to use, copy, modify, and distribute this software and its

‎doc/FAQ_turkish

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -156,7 +156,7 @@
156156

157157
PostgreSQL Data Base Management System
158158

159-
Portions Copyright (c) 1996-2005, PostgreSQL Global Development Group
159+
Portions Copyright (c) 1996-2006, PostgreSQL Global Development Group
160160
Portions Copyright (c) 1994-6 Regents of the University of California
161161

162162
Permission to use, copy, modify, and distribute this software and its

‎doc/src/FAQ/FAQ.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -169,7 +169,7 @@ <H3 id="item1.3">1.3) What is the copyright of
169169

170170
<P>PostgreSQL Data Base Management System</P>
171171

172-
<P>Portions Copyright (c) 1996-2005, PostgreSQL Global Development Group
172+
<P>Portions Copyright (c) 1996-2006, PostgreSQL Global Development Group
173173
Portions Copyright (c) 1994-1996 Regents of the University of California</P>
174174

175175
<P>Permission to use, copy, modify, and distribute this software

‎doc/src/FAQ/FAQ_brazilian.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -160,7 +160,7 @@ <H4><A name="1.2">1.2</A>) Qual &eacute; a licen&ccedil;a do PostgreSQL?</h4>
160160

161161
<P>PostgreSQL Sistema de Ger&ecirc;ncia de Banco de Dados</P>
162162

163-
<P>Portions Copyright (c) 1996-2005, PostgreSQL Global Development Group
163+
<P>Portions Copyright (c) 1996-2006, PostgreSQL Global Development Group
164164
Portions Copyright (c) 1994-6 Regents of the University of California</P>
165165

166166
<P>Permiss&atilde;o de uso, c&oacute;pia, modifica&ccedil;&atilde;o

‎doc/src/FAQ/FAQ_czech.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -163,7 +163,7 @@ <H4><A name="1.1">1.1</A>) Co je PostgreSQL? Jak se vyslovuje?</H4>
163163

164164
<P>PostgreSQL je předmětem následujících autorských práv:</P>
165165

166-
<P>Dílčí Copyright (c) 1996-2005, PostgreSQL Global Development Group
166+
<P>Dílčí Copyright (c) 1996-2006, PostgreSQL Global Development Group
167167
Dílčí Copyright (c) 1994-6, Regents of the University of California</P>
168168

169169
<P>Uděluje se oprávnění k užití, rozmnožování, provádění úprav a

‎doc/src/FAQ/FAQ_french.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -193,7 +193,7 @@ <H4><A name="1.2">1.2</A>) Quelle est la licence de PostgreSQL&nbsp;?</H4>
193193

194194
<P>PostgreSQL Data Base Management System</P>
195195

196-
<P>Portions Copyright (c) 1996-2005, PostgreSQL Global Development Group
196+
<P>Portions Copyright (c) 1996-2006, PostgreSQL Global Development Group
197197
Portions Copyright (c) 1994-6 Regents of the University of California</P>
198198

199199
<P>Permission to use, copy, modify, and distribute this software

‎doc/src/FAQ/FAQ_german.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -161,7 +161,7 @@ <h4><a name="1.2">1.2</a>).Welchem Copyright unterliegt PostgreSQL?</h4>
161161

162162
<p>PostgreSQL Data Base Management System</p>
163163

164-
<P>Portions Copyright (c) 1996-2005, PostgreSQL Global Development Group
164+
<P>Portions Copyright (c) 1996-2006, PostgreSQL Global Development Group
165165
Portions Copyright (c) 1994-6 Regents of the University of California</P>
166166

167167
<p>Permission to use, copy, modify, and distribute this software

‎doc/src/FAQ/FAQ_japanese.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -158,7 +158,7 @@
158158
</pre></small>
159159
<p>PostgreSQL Data Base Management System</p>
160160
<p>
161-
Portions Copyright (c) 1996-2005, PostgreSQL Global Development Group
161+
Portions Copyright (c) 1996-2006, PostgreSQL Global Development Group
162162
Portions Copyright (c) 1994-1996 Regents of the University of California</p>
163163
<p>
164164
Permission to use, copy, modify, and distribute this software and its

‎doc/src/FAQ/FAQ_polish.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -213,7 +213,7 @@ <H2 align="center">Rozwijanie PostgreSQL</H2>
213213

214214
<P>PostgreSQL Data Base Management System</P>
215215

216-
<P>Portions Copyright (c) 1996-2005, PostgreSQL Global Development Group
216+
<P>Portions Copyright (c) 1996-2006, PostgreSQL Global Development Group
217217
Portions Copyright (c) 1994-6 Regents of the University of California</P>
218218

219219
<P>Permission to use, copy, modify, and distribute this software

‎doc/src/FAQ/FAQ_turkish.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -159,7 +159,7 @@ <h2 align="center">Genel Sorular</h2>
159159
<h4><aname="1.2">1.2</a>) PostgreSQL'in hakları nedir?</h4>
160160
<p>PostgreSQL Data Base Management System</p>
161161

162-
<P>Portions Copyright (c) 1996-2005, PostgreSQL Global Development Group
162+
<P>Portions Copyright (c) 1996-2006, PostgreSQL Global Development Group
163163
Portions Copyright (c) 1994-6 Regents of the University of California</P>
164164

165165
<p>Permission to use, copy, modify, and distribute this software

‎doc/src/sgml/legal.sgml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,17 @@
11
<!--
2-
$PostgreSQL: pgsql/doc/src/sgml/legal.sgml,v 1.18 2004/12/31 21:59:01 pgsql Exp $
2+
$PostgreSQL: pgsql/doc/src/sgml/legal.sgml,v 1.19 2006/03/05 15:58:20 momjian Exp $
33
-->
44

55
<copyright>
6-
<year>1996-2005</year>
6+
<year>1996-2006</year>
77
<holder>The PostgreSQL Global Development Group</holder>
88
</copyright>
99

1010
<legalnotice id="legalnotice">
1111
<title>Legal Notice</title>
1212

1313
<para>
14-
<productname>PostgreSQL</productname> is Copyright &copy; 1996-2005
14+
<productname>PostgreSQL</productname> is Copyright &copy; 1996-2006
1515
by the PostgreSQL Global Development Group and is distributed under
1616
the terms of the license of the University of California below.
1717
</para>

‎src/backend/access/common/heaptuple.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,12 +11,12 @@
1111
* we can get rid of it entirely.
1212
*
1313
*
14-
* Portions Copyright (c) 1996-2005, PostgreSQL Global Development Group
14+
* Portions Copyright (c) 1996-2006, PostgreSQL Global Development Group
1515
* Portions Copyright (c) 1994, Regents of the University of California
1616
*
1717
*
1818
* IDENTIFICATION
19-
* $PostgreSQL: pgsql/src/backend/access/common/heaptuple.c,v 1.105 2005/12/25 02:14:17 momjian Exp $
19+
* $PostgreSQL: pgsql/src/backend/access/common/heaptuple.c,v 1.106 2006/03/05 15:58:20 momjian Exp $
2020
*
2121
*-------------------------------------------------------------------------
2222
*/

‎src/backend/access/common/indextuple.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,12 @@
44
* This file contains index tuple accessor and mutator routines,
55
* as well as various tuple utilities.
66
*
7-
* Portions Copyright (c) 1996-2005, PostgreSQL Global Development Group
7+
* Portions Copyright (c) 1996-2006, PostgreSQL Global Development Group
88
* Portions Copyright (c) 1994, Regents of the University of California
99
*
1010
*
1111
* IDENTIFICATION
12-
* $PostgreSQL: pgsql/src/backend/access/common/indextuple.c,v 1.75 2005/10/15 02:49:08 momjian Exp $
12+
* $PostgreSQL: pgsql/src/backend/access/common/indextuple.c,v 1.76 2006/03/05 15:58:20 momjian Exp $
1313
*
1414
*-------------------------------------------------------------------------
1515
*/

‎src/backend/access/common/printtup.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,11 @@
55
* clients and standalone backends are supported here).
66
*
77
*
8-
* Portions Copyright (c) 1996-2005, PostgreSQL Global Development Group
8+
* Portions Copyright (c) 1996-2006, PostgreSQL Global Development Group
99
* Portions Copyright (c) 1994, Regents of the University of California
1010
*
1111
* IDENTIFICATION
12-
* $PostgreSQL: pgsql/src/backend/access/common/printtup.c,v 1.93 2005/11/03 17:11:30 alvherre Exp $
12+
* $PostgreSQL: pgsql/src/backend/access/common/printtup.c,v 1.94 2006/03/05 15:58:20 momjian Exp $
1313
*
1414
*-------------------------------------------------------------------------
1515
*/

‎src/backend/access/common/scankey.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,12 @@
33
* scankey.c
44
* scan key support code
55
*
6-
* Portions Copyright (c) 1996-2005, PostgreSQL Global Development Group
6+
* Portions Copyright (c) 1996-2006, PostgreSQL Global Development Group
77
* Portions Copyright (c) 1994, Regents of the University of California
88
*
99
*
1010
* IDENTIFICATION
11-
* $PostgreSQL: pgsql/src/backend/access/common/scankey.c,v 1.27 2004/12/31 21:59:07 pgsql Exp $
11+
* $PostgreSQL: pgsql/src/backend/access/common/scankey.c,v 1.28 2006/03/05 15:58:20 momjian Exp $
1212
*
1313
*-------------------------------------------------------------------------
1414
*/

‎src/backend/access/common/tupdesc.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,12 @@
33
* tupdesc.c
44
* POSTGRES tuple descriptor support code
55
*
6-
* Portions Copyright (c) 1996-2005, PostgreSQL Global Development Group
6+
* Portions Copyright (c) 1996-2006, PostgreSQL Global Development Group
77
* Portions Copyright (c) 1994, Regents of the University of California
88
*
99
*
1010
* IDENTIFICATION
11-
* $PostgreSQL: pgsql/src/backend/access/common/tupdesc.c,v 1.113 2005/11/22 18:17:05 momjian Exp $
11+
* $PostgreSQL: pgsql/src/backend/access/common/tupdesc.c,v 1.114 2006/03/05 15:58:20 momjian Exp $
1212
*
1313
* NOTES
1414
* some of the executor utility code such as "ExecTypeFromTL" should be

‎src/backend/access/gist/gist.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,11 @@
44
* interface routines for the postgres GiST index access method.
55
*
66
*
7-
* Portions Copyright (c) 1996-2005, PostgreSQL Global Development Group
7+
* Portions Copyright (c) 1996-2006, PostgreSQL Global Development Group
88
* Portions Copyright (c) 1994, Regents of the University of California
99
*
1010
* IDENTIFICATION
11-
* $PostgreSQL: pgsql/src/backend/access/gist/gist.c,v 1.128 2005/11/06 22:39:20tgl Exp $
11+
* $PostgreSQL: pgsql/src/backend/access/gist/gist.c,v 1.129 2006/03/05 15:58:20momjian Exp $
1212
*
1313
*-------------------------------------------------------------------------
1414
*/

‎src/backend/access/gist/gistget.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,11 @@
44
* fetch tuples from a GiST scan.
55
*
66
*
7-
* Portions Copyright (c) 1996-2005, PostgreSQL Global Development Group
7+
* Portions Copyright (c) 1996-2006, PostgreSQL Global Development Group
88
* Portions Copyright (c) 1994, Regents of the University of California
99
*
1010
* IDENTIFICATION
11-
* $PostgreSQL: pgsql/src/backend/access/gist/gistget.c,v 1.55 2006/01/14 22:03:35 tgl Exp $
11+
* $PostgreSQL: pgsql/src/backend/access/gist/gistget.c,v 1.56 2006/03/05 15:58:20 momjian Exp $
1212
*
1313
*-------------------------------------------------------------------------
1414
*/

‎src/backend/access/gist/gistproc.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,11 @@
66
* This gives R-tree behavior, with Guttman's poly-time split algorithm.
77
*
88
*
9-
* Portions Copyright (c) 1996-2005, PostgreSQL Global Development Group
9+
* Portions Copyright (c) 1996-2006, PostgreSQL Global Development Group
1010
* Portions Copyright (c) 1994, Regents of the University of California
1111
*
1212
* IDENTIFICATION
13-
*$PostgreSQL: pgsql/src/backend/access/gist/gistproc.c,v 1.4 2005/11/07 17:36:44 tgl Exp $
13+
*$PostgreSQL: pgsql/src/backend/access/gist/gistproc.c,v 1.5 2006/03/05 15:58:20 momjian Exp $
1414
*
1515
*-------------------------------------------------------------------------
1616
*/

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp