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

Commit29dccf5

Browse files
committed
Update CVS HEAD for 2007 copyright. Back branches are typically not
back-stamped for this.
1 parent7e3c689 commit29dccf5

File tree

896 files changed

+1768
-1768
lines changed

Some content is hidden

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

896 files changed

+1768
-1768
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-2006, PostgreSQL Global Development Group
4+
Portions Copyright (c) 1996-2007, 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-2006, PostgreSQL Global Development Group
11+
# Copyright (c) 1996-2007, PostgreSQL Global Development Group
1212
## --------------------- ##
1313
## M4sh Initialization. ##
1414
## --------------------- ##
@@ -1016,7 +1016,7 @@ Copyright (C) 2003 Free Software Foundation, Inc.
10161016
This configure script is free software; the Free Software Foundation
10171017
gives unlimited permission to copy, distribute and modify it.
10181018

1019-
Copyright (c) 1996-2006, PostgreSQL Global Development Group
1019+
Copyright (c) 1996-2007, PostgreSQL Global Development Group
10201020
_ACEOF
10211021
exit 0
10221022
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.494 2007/01/02 21:25:50 momjian Exp $
2+
dnl $PostgreSQL: pgsql/configure.in,v 1.495 2007/01/05 22:19:17 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.3devel], [pgsql-bugs@postgresql.org])
2121

2222
AC_PREREQ(2.59)
23-
AC_COPYRIGHT([Copyright (c) 1996-2006, PostgreSQL Global Development Group])
23+
AC_COPYRIGHT([Copyright (c) 1996-2007, 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/dblink/README.dblink

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
* Shridhar Daithankar <shridhar_daithankar@persistent.co.in>
1010
* Kai Londenberg (K.Londenberg@librics.de)
1111
*
12-
* Copyright (c) 2001-2006, PostgreSQL Global Development Group
12+
* Copyright (c) 2001-2007, PostgreSQL Global Development Group
1313
* ALL RIGHTS RESERVED;
1414
*
1515
* Permission to use, copy, modify, and distribute this software and its

‎contrib/dblink/dblink.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@
88
* Darko Prenosil <Darko.Prenosil@finteh.hr>
99
* Shridhar Daithankar <shridhar_daithankar@persistent.co.in>
1010
*
11-
* $PostgreSQL: pgsql/contrib/dblink/dblink.c,v 1.60 2006/10/1919:53:03 tgl Exp $
12-
* Copyright (c) 2001-2006, PostgreSQL Global Development Group
11+
* $PostgreSQL: pgsql/contrib/dblink/dblink.c,v 1.61 2007/01/05 22:19:17 momjian Exp $
12+
* Copyright (c) 2001-2007, PostgreSQL Global Development Group
1313
* ALL RIGHTS RESERVED;
1414
*
1515
* Permission to use, copy, modify, and distribute this software and its

‎contrib/dblink/dblink.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@
88
* Darko Prenosil <Darko.Prenosil@finteh.hr>
99
* Shridhar Daithankar <shridhar_daithankar@persistent.co.in>
1010
*
11-
* $PostgreSQL: pgsql/contrib/dblink/dblink.h,v 1.17 2006/09/02 21:11:15 joe Exp $
12-
* Copyright (c) 2001-2006, PostgreSQL Global Development Group
11+
* $PostgreSQL: pgsql/contrib/dblink/dblink.h,v 1.18 2007/01/05 22:19:17 momjian Exp $
12+
* Copyright (c) 2001-2007, PostgreSQL Global Development Group
1313
* ALL RIGHTS RESERVED;
1414
*
1515
* Permission to use, copy, modify, and distribute this software and its

‎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-2006, PostgreSQL Global Development Group
8+
* Copyright (c) 2001-2007, PostgreSQL Global Development Group
99
* ALL RIGHTS RESERVED;
1010
*
1111
* levenshtein()

‎contrib/fuzzystrmatch/fuzzystrmatch.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@
55
*
66
* Joe Conway <mail@joeconway.com>
77
*
8-
* $PostgreSQL: pgsql/contrib/fuzzystrmatch/fuzzystrmatch.c,v 1.22 2006/07/10 18:40:16 momjian Exp $
9-
* Copyright (c) 2001-2006, PostgreSQL Global Development Group
8+
* $PostgreSQL: pgsql/contrib/fuzzystrmatch/fuzzystrmatch.c,v 1.23 2007/01/05 22:19:18 momjian Exp $
9+
* Copyright (c) 2001-2007, PostgreSQL Global Development Group
1010
* ALL RIGHTS RESERVED;
1111
*
1212
* levenshtein()

‎contrib/fuzzystrmatch/fuzzystrmatch.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@
55
*
66
* Joe Conway <mail@joeconway.com>
77
*
8-
* $PostgreSQL: pgsql/contrib/fuzzystrmatch/fuzzystrmatch.h,v 1.14 2006/07/10 18:40:16 momjian Exp $
9-
* Copyright (c) 2001-2006, PostgreSQL Global Development Group
8+
* $PostgreSQL: pgsql/contrib/fuzzystrmatch/fuzzystrmatch.h,v 1.15 2007/01/05 22:19:18 momjian Exp $
9+
* Copyright (c) 2001-2007, PostgreSQL Global Development Group
1010
* ALL RIGHTS RESERVED;
1111
*
1212
* levenshtein()

‎contrib/isn/isn.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,10 @@
44
* PostgreSQL type definitions for ISNs (ISBN, ISMN, ISSN, EAN13, UPC)
55
*
66
* Copyright (c) 2004-2006, Germán Méndez Bravo (Kronuz)
7-
* Portions Copyright (c) 1996-2004, PostgreSQL Global Development Group
7+
* Portions Copyright (c) 1996-2007, PostgreSQL Global Development Group
88
*
99
* IDENTIFICATION
10-
* $PostgreSQL: pgsql/contrib/isn/isn.c,v 1.4 2006/10/04 00:29:45 momjian Exp $
10+
* $PostgreSQL: pgsql/contrib/isn/isn.c,v 1.5 2007/01/05 22:19:18 momjian Exp $
1111
*
1212
*-------------------------------------------------------------------------
1313
*/

‎contrib/isn/isn.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,10 @@
44
* PostgreSQL type definitions for ISNs (ISBN, ISMN, ISSN, EAN13, UPC)
55
*
66
* Copyright (c) 2004-2006, Germán Méndez Bravo (Kronuz)
7-
* Portions Copyright (c) 1996-2004, PostgreSQL Global Development Group
7+
* Portions Copyright (c) 1996-2007, PostgreSQL Global Development Group
88
*
99
* IDENTIFICATION
10-
* $PostgreSQL: pgsql/contrib/isn/isn.h,v 1.2 2006/09/10 20:45:17 tgl Exp $
10+
* $PostgreSQL: pgsql/contrib/isn/isn.h,v 1.3 2007/01/05 22:19:18 momjian Exp $
1111
*
1212
*-------------------------------------------------------------------------
1313
*/

‎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-2006, PostgreSQL Global Development Group
10+
* Copyright (c) 2002-2007, 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-2006, PostgreSQL Global Development Group
10+
* Copyright (c) 2002-2007, 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-2006, PostgreSQL Global Development Group
10+
* Copyright (c) 2002-2007, 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-2006, PostgreSQL Global Development Group
6+
* Portions Copyright (c) 1996-2007, 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.32 2006/03/0515:58:19 momjian Exp $
11+
* $PostgreSQL: pgsql/contrib/vacuumlo/vacuumlo.c,v 1.33 2007/01/0522:19:18 momjian Exp $
1212
*
1313
*-------------------------------------------------------------------------
1414
*/

‎doc/FAQ

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

125125
PostgreSQL Data Base Management System
126126

127-
Portions Copyright (c) 1996-2006, PostgreSQL Global Development Group
127+
Portions Copyright (c) 1996-2007, PostgreSQL Global Development Group
128128
Portions Copyright (c) 1994-1996 Regents of the University of
129129
California
130130

‎doc/FAQ_brazilian

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

145145
PostgreSQL Data Base Management System
146146

147-
Portions Copyright (c) 1996-2006, PostgreSQL Global Development Group
147+
Portions Copyright (c) 1996-2007, PostgreSQL Global Development Group
148148
Portions Copyright (c) 1994-1996 Regents of the University of
149149
California
150150

‎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-2006, PostgreSQL Global Development Group
148+
D�l�� Copyright (c) 1996-2007, 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-2006, PostgreSQL Global Development Group
174+
Portions Copyright (c) 1996-2007, 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-2006, PostgreSQL Global Development Group
175+
Portions Copyright (c) 1996-2007, 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
@@ -146,7 +146,7 @@ PostgreSQL
146146

147147
PostgreSQL Data Base Management System
148148

149-
Portions Copyright (c) 1996-2006, PostgreSQL Global Development Group Portions
149+
Portions Copyright (c) 1996-2007, PostgreSQL Global Development Group Portions
150150
Copyright (c) 1994-1996 Regents of the University of California
151151

152152
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-2006, PostgreSQL Global Development Group
168+
Portions Copyright (c) 1996-2007, 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-2006, PostgreSQL Global Development Group
159+
Portions Copyright (c) 1996-2007, 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-2006, PostgreSQL Global Development Group
172+
<P>Portions Copyright (c) 1996-2007, 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
@@ -139,7 +139,7 @@ <H3 id="item1.3">1.3) Qual &eacute; a licen&ccedil;a do PostgreSQL?</H3>
139139

140140
<P>PostgreSQL Data Base Management System</P>
141141

142-
<P>Portions Copyright (c) 1996-2006, PostgreSQL Global Development Group
142+
<P>Portions Copyright (c) 1996-2007, PostgreSQL Global Development Group
143143
Portions Copyright (c) 1994-1996 Regents of the University of California</P>
144144

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

‎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-2006, PostgreSQL Global Development Group
166+
<P>Dílčí Copyright (c) 1996-2007, 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-2006, PostgreSQL Global Development Group
196+
<P>Portions Copyright (c) 1996-2007, 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-2006, PostgreSQL Global Development Group
164+
<P>Portions Copyright (c) 1996-2007, 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
@@ -167,7 +167,7 @@
167167
</pre></small>
168168
<p>PostgreSQL Data Base Management System</p>
169169
<p>
170-
Portions Copyright (c) 1996-2006, PostgreSQL Global Development Group
170+
Portions Copyright (c) 1996-2007, PostgreSQL Global Development Group
171171
Portions Copyright (c) 1994-1996 Regents of the University of California</p>
172172
<p>
173173
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-2006, PostgreSQL Global Development Group
216+
<P>Portions Copyright (c) 1996-2007, 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-2006, PostgreSQL Global Development Group
162+
<P>Portions Copyright (c) 1996-2007, 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,15 +1,15 @@
1-
<!-- $PostgreSQL: pgsql/doc/src/sgml/legal.sgml,v 1.21 2006/09/16 00:30:14 momjian Exp $ -->
1+
<!-- $PostgreSQL: pgsql/doc/src/sgml/legal.sgml,v 1.22 2007/01/05 22:19:21 momjian Exp $ -->
22

33
<copyright>
4-
<year>1996-2006</year>
4+
<year>1996-2007</year>
55
<holder>The PostgreSQL Global Development Group</holder>
66
</copyright>
77

88
<legalnotice id="legalnotice">
99
<title>Legal Notice</title>
1010

1111
<para>
12-
<productname>PostgreSQL</productname> is Copyright &copy; 1996-2006
12+
<productname>PostgreSQL</productname> is Copyright &copy; 1996-2007
1313
by the PostgreSQL Global Development Group and is distributed under
1414
the terms of the license of the University of California below.
1515
</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-2006, PostgreSQL Global Development Group
14+
* Portions Copyright (c) 1996-2007, 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.112 2006/11/23 05:27:18 neilc Exp $
19+
* $PostgreSQL: pgsql/src/backend/access/common/heaptuple.c,v 1.113 2007/01/05 22:19:21 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-2006, PostgreSQL Global Development Group
7+
* Portions Copyright (c) 1996-2007, 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.79 2006/07/1419:05:52 tgl Exp $
12+
* $PostgreSQL: pgsql/src/backend/access/common/indextuple.c,v 1.80 2007/01/05 22:19:21 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-2006, PostgreSQL Global Development Group
8+
* Portions Copyright (c) 1996-2007, 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.99 2006/10/04 00:29:47 momjian Exp $
12+
* $PostgreSQL: pgsql/src/backend/access/common/printtup.c,v 1.100 2007/01/05 22:19:21 momjian Exp $
1313
*
1414
*-------------------------------------------------------------------------
1515
*/

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,12 @@
33
* reloptions.c
44
* Core support for relation options (pg_class.reloptions)
55
*
6-
* Portions Copyright (c) 1996-2006, PostgreSQL Global Development Group
6+
* Portions Copyright (c) 1996-2007, 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/reloptions.c,v 1.2 2006/10/04 00:29:47 momjian Exp $
11+
* $PostgreSQL: pgsql/src/backend/access/common/reloptions.c,v 1.3 2007/01/05 22:19:21 momjian Exp $
1212
*
1313
*-------------------------------------------------------------------------
1414
*/

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp