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

Commit623bf84

Browse files
committed
Change Copyright from PostgreSQL, Inc to PostgreSQL Global Development Group.
1 parentae22682 commit623bf84

File tree

617 files changed

+1408
-1230
lines changed

Some content is hidden

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

617 files changed

+1408
-1230
lines changed

‎COPYRIGHT

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

4-
Portions Copyright (c) 1996-2000, PostgreSQL, Inc
4+
Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
55

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

‎contrib/oid2name/oid2name.c

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,6 @@
44
55
b. palmer, bpalmer@crimelabs.net 1-17-2001
66
7-
8-
* Portions Copyright (c) 1996-2000, PostgreSQL, Inc
9-
* Portions Copyright (c) 1994, Regents of the University of California
10-
117
*/
128

139
#include<stdlib.h>

‎contrib/pg_dumplo/lo_export.c

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,7 @@
11
/* -------------------------------------------------------------------------
22
* pg_dumplo
33
*
4-
*Portions Copyright (c) 1999-2000, PostgreSQL, Inc
5-
*
6-
* $Header: /cvsroot/pgsql/contrib/pg_dumplo/Attic/lo_export.c,v 1.4 2000/11/22 00:00:55 tgl Exp $
4+
* $Header: /cvsroot/pgsql/contrib/pg_dumplo/Attic/lo_export.c,v 1.5 2001/01/24 19:42:44 momjian Exp $
75
*
86
*Karel Zak 1999-2000
97
* -------------------------------------------------------------------------

‎contrib/pg_dumplo/lo_import.c

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,7 @@
11
/* -------------------------------------------------------------------------
22
* pg_dumplo
33
*
4-
*Portions Copyright (c) 1999-2000, PostgreSQL, Inc
5-
*
6-
* $Header: /cvsroot/pgsql/contrib/pg_dumplo/Attic/lo_import.c,v 1.2 2000/11/22 00:00:55 tgl Exp $
4+
* $Header: /cvsroot/pgsql/contrib/pg_dumplo/Attic/lo_import.c,v 1.3 2001/01/24 19:42:45 momjian Exp $
75
*
86
*Karel Zak 1999-2000
97
* -------------------------------------------------------------------------

‎contrib/pg_dumplo/main.c

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,7 @@
11
/* -------------------------------------------------------------------------
22
* pg_dumplo
33
*
4-
*Portions Copyright (c) 1999-2000, PostgreSQL, Inc
5-
*
6-
* $Header: /cvsroot/pgsql/contrib/pg_dumplo/Attic/main.c,v 1.4 2000/11/22 00:00:55 tgl Exp $
4+
* $Header: /cvsroot/pgsql/contrib/pg_dumplo/Attic/main.c,v 1.5 2001/01/24 19:42:45 momjian Exp $
75
*
86
*Karel Zak 1999-2000
97
* -------------------------------------------------------------------------

‎contrib/pg_dumplo/pg_dumplo.h

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,7 @@
11
/* -------------------------------------------------------------------------
22
* pg_dumplo
33
*
4-
*Portions Copyright (c) 1999-2000, PostgreSQL, Inc
5-
*
6-
* $Header: /cvsroot/pgsql/contrib/pg_dumplo/Attic/pg_dumplo.h,v 1.2 2000/11/22 00:00:55 tgl Exp $
4+
* $Header: /cvsroot/pgsql/contrib/pg_dumplo/Attic/pg_dumplo.h,v 1.3 2001/01/24 19:42:45 momjian Exp $
75
*
86
*Karel Zak 1999-2000
97
* -------------------------------------------------------------------------

‎contrib/pg_dumplo/utils.c

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,7 @@
11
/* -------------------------------------------------------------------------
22
* pg_dumplo
33
*
4-
*Portions Copyright (c) 1999-2000, PostgreSQL, Inc
5-
*
6-
* $Header: /cvsroot/pgsql/contrib/pg_dumplo/Attic/utils.c,v 1.2 2000/11/22 00:00:55 tgl Exp $
4+
* $Header: /cvsroot/pgsql/contrib/pg_dumplo/Attic/utils.c,v 1.3 2001/01/24 19:42:45 momjian Exp $
75
*
86
*Karel Zak 1999-2000
97
* -------------------------------------------------------------------------

‎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-2000, PostgreSQL, Inc
6+
* Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
77
* Portions Copyright (c) 1994, Regents of the University of California
88
*
99
*
1010
* IDENTIFICATION
11-
* $Header: /cvsroot/pgsql/contrib/vacuumlo/vacuumlo.c,v 1.7 2000/11/21 17:54:21 tgl Exp $
11+
* $Header: /cvsroot/pgsql/contrib/vacuumlo/vacuumlo.c,v 1.8 2001/01/24 19:42:45 momjian Exp $
1212
*
1313
*-------------------------------------------------------------------------
1414
*/

‎doc/FAQ

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

142142
PostgreSQL Data Base Management System
143143

144-
Portions copyright (c) 1996-2000, PostgreSQL, Inc Portions Copyright
144+
Portions copyright (c) 1996-2001, PostgreSQL Global Development Group Portions Copyright
145145
(c) 1994-6 Regents of the University of California
146146

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

‎doc/TODO.detail/async

Lines changed: 65 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ From owner-pgsql-hackers@hub.org Sun Jan 23 13:31:03 2000
22
Received: from renoir.op.net (root@renoir.op.net [207.29.195.4])
33
by candle.pha.pa.us (8.9.0/8.9.0) with ESMTP id NAA28482
44
for <pgman@candle.pha.pa.us>; Sun, 23 Jan 2000 13:31:01 -0500 (EST)
5-
Received: from hub.org (hub.org [216.126.84.1]) by renoir.op.net (o1/$Revision: 1.1 $) with ESMTP id NAA08409 for <pgman@candle.pha.pa.us>; Sun, 23 Jan 2000 13:04:34 -0500 (EST)
5+
Received: from hub.org (hub.org [216.126.84.1]) by renoir.op.net (o1/$Revision: 1.2 $) with ESMTP id NAA08409 for <pgman@candle.pha.pa.us>; Sun, 23 Jan 2000 13:04:34 -0500 (EST)
66
Received: from localhost (majordom@localhost)
77
by hub.org (8.9.3/8.9.3) with SMTP id MAA65651;
88
Sun, 23 Jan 2000 12:57:33 -0500 (EST)
@@ -187,3 +187,67 @@ as part of Postgres unless these issues get addressed.
187187

188188
************
189189

190+
From pgsql-hackers-owner+M3768@postgresql.org Wed Jan 24 14:20:02 2001
191+
Received: from mail.postgresql.org (webmail.postgresql.org [216.126.85.28])
192+
by candle.pha.pa.us (8.9.0/8.9.0) with ESMTP id OAA25380
193+
for <pgman@candle.pha.pa.us>; Wed, 24 Jan 2001 14:20:02 -0500 (EST)
194+
Received: from mail.postgresql.org (webmail.postgresql.org [216.126.85.28])
195+
by mail.postgresql.org (8.11.1/8.11.1) with SMTP id f0OJHTq57982;
196+
Wed, 24 Jan 2001 14:17:29 -0500 (EST)
197+
(envelope-from pgsql-hackers-owner+M3768@postgresql.org)
198+
Received: from fw.wintelcom.net (ns1.wintelcom.net [209.1.153.20])
199+
by mail.postgresql.org (8.11.1/8.11.1) with ESMTP id f0OIXnq49509
200+
for <pgsql-hackers@postgresql.org>; Wed, 24 Jan 2001 13:33:49 -0500 (EST)
201+
(envelope-from bright@fw.wintelcom.net)
202+
Received: (from bright@localhost)
203+
by fw.wintelcom.net (8.10.0/8.10.0) id f0OIXgi14650;
204+
Wed, 24 Jan 2001 10:33:42 -0800 (PST)
205+
Date: Wed, 24 Jan 2001 10:33:42 -0800
206+
From: Alfred Perlstein <bright@wintelcom.net>
207+
To: Tom Lane <tgl@sss.pgh.pa.us>
208+
Cc: Bruce Momjian <pgman@candle.pha.pa.us>, pgsql-hackers@postgresql.org
209+
Subject: Re: [HACKERS] Libpq async issues
210+
Message-ID: <20010124103342.B26076@fw.wintelcom.net>
211+
References: <6208.948650136@sss.pgh.pa.us> <200101241339.IAA11747@candle.pha.pa.us> <20010124084720.T26076@fw.wintelcom.net> <13021.980355551@sss.pgh.pa.us>
212+
Mime-Version: 1.0
213+
Content-Type: text/plain; charset=us-ascii
214+
Content-Disposition: inline
215+
User-Agent: Mutt/1.2.5i
216+
In-Reply-To: <13021.980355551@sss.pgh.pa.us>; from tgl@sss.pgh.pa.us on Wed, Jan 24, 2001 at 11:59:11AM -0500
217+
Precedence: bulk
218+
Sender: pgsql-hackers-owner@postgresql.org
219+
Status: OR
220+
221+
* Tom Lane <tgl@sss.pgh.pa.us> [010124 10:27] wrote:
222+
> Alfred Perlstein <bright@wintelcom.net> writes:
223+
> > * Bruce Momjian <pgman@candle.pha.pa.us> [010124 07:58] wrote:
224+
> >> I have added this email to TODO.detail and a mention in the TODO list.
225+
>
226+
> > The bug mentioned here is long gone,
227+
>
228+
> Au contraire, the misdesign is still there. The nonblock-mode code
229+
> will *never* be reliable under stress until something is done about
230+
> that, and that means fairly extensive code and API changes.
231+
232+
The "bug" is the one mentioned in the first paragraph of the email
233+
where I broke _blocking_ connections for a short period.
234+
235+
I still need to fix async connections for myself (and of course
236+
contribute it back), but I just haven't had the time. If anyone
237+
else wants it fixed earlier they can wait for me to do it, do it
238+
themself, contract me to do it or hope someone else comes along
239+
to fix it.
240+
241+
I'm thinking that I'll do what you said and have seperate paths
242+
for writing/reading to the socket and API's to do so that give
243+
the user the option of a boundry, basically:
244+
245+
buffer this, but don't allow me to write until it's flushed
246+
247+
which would allow for larger than 8k COPY rows to go into the
248+
backend.
249+
250+
--
251+
-Alfred Perlstein - [bright@wintelcom.net|alfred@freebsd.org]
252+
"I have the heart of a child; I keep it in a jar on my desk."
253+

‎doc/TODO.detail/inherit

Lines changed: 128 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -516,3 +516,131 @@ http://yi.org/peter-e/ Sweden
516516

517517
************
518518

519+
From pgsql-general-owner+M2136@hub.org Sat Jun 3 23:31:02 2000
520+
Received: from renoir.op.net (root@renoir.op.net [207.29.195.4])
521+
by candle.pha.pa.us (8.9.0/8.9.0) with ESMTP id WAA28683
522+
for <pgman@candle.pha.pa.us>; Sat, 3 Jun 2000 22:31:01 -0400 (EDT)
523+
Received: from news.tht.net (news.hub.org [216.126.91.242]) by renoir.op.net (o1/$Revision: 1.14 $) with ESMTP id WAA20977 for <pgman@candle.pha.pa.us>; Sat, 3 Jun 2000 22:05:07 -0400 (EDT)
524+
Received: from hub.org (majordom@hub.org [216.126.84.1])
525+
by news.tht.net (8.9.3/8.9.3) with ESMTP id VAD35811;
526+
Sat, 3 Jun 2000 21:54:36 -0400 (EDT)
527+
(envelope-from pgsql-general-owner+M2136@hub.org)
528+
Received: from merganser.its.uu.se (merganser.its.uu.se [130.238.6.236])
529+
by hub.org (8.9.3/8.9.3) with ESMTP id VAA12118
530+
for <pgsql-general@postgresql.org>; Sat, 3 Jun 2000 21:41:27 -0400 (EDT)
531+
(envelope-from peter@localhost.its.uu.se)
532+
Received: from regulus.student.UU.SE ([130.238.5.2]:61160 "EHLO
533+
regulus.its.uu.se") by merganser.its.uu.se with ESMTP
534+
id <S168006AbQFDBlC>; Sun, 4 Jun 2000 03:41:02 +0200
535+
Received: from peter (helo=localhost)
536+
by regulus.its.uu.se with local-esmtp (Exim 3.02 #2)
537+
id 12yPV7-0002Tp-00; Sun, 04 Jun 2000 03:46:53 +0200
538+
Date: Sun, 4 Jun 2000 03:46:53 +0200 (CEST)
539+
From: Peter Eisentraut <peter_e@gmx.net>
540+
To: ldm@apartia.com
541+
cc: pgsql-general@postgresql.org
542+
Subject: Re: [GENERAL] child table doesn't inherit PRIMARY KEY?
543+
In-Reply-To: <20000603172256.A3435@styx>
544+
Message-ID: <Pine.LNX.4.21.0006040341030.348-100000@localhost.localdomain>
545+
MIME-Version: 1.0
546+
Content-Type: TEXT/PLAIN; charset=ISO-8859-1
547+
Content-Transfer-Encoding: 8BIT
548+
X-Mailing-List: pgsql-general@postgresql.org
549+
Precedence: bulk
550+
Sender: pgsql-general-owner@hub.org
551+
Status: ORr
552+
553+
Louis-David Mitterrand writes:
554+
555+
> When creating a child (through CREATE TABLE ... INHERIT (parent)) it
556+
> seems the child gets all of the parent's contraints _except_ its PRIMARY
557+
> KEY. Is this normal?
558+
559+
It's kind of a bug.
560+
561+
562+
--
563+
Peter Eisentraut Sernanders v�g 10:115
564+
peter_e@gmx.net 75262 Uppsala
565+
http://yi.org/peter-e/ Sweden
566+
567+
568+
From sszabo@megazone23.bigpanda.com Fri Jan 19 12:37:34 2001
569+
Received: from megazone23.bigpanda.com (rfx-64-6-210-138.users.reflexcom.com [64.6.210.138])
570+
by candle.pha.pa.us (8.9.0/8.9.0) with ESMTP id MAA28247
571+
for <pgman@candle.pha.pa.us>; Fri, 19 Jan 2001 12:37:33 -0500 (EST)
572+
Received: from localhost (sszabo@localhost)
573+
by megazone23.bigpanda.com (8.11.1/8.11.1) with ESMTP id f0JHb2H05566;
574+
Fri, 19 Jan 2001 09:37:03 -0800 (PST)
575+
Date: Fri, 19 Jan 2001 09:37:02 -0800 (PST)
576+
From: Stephan Szabo <sszabo@megazone23.bigpanda.com>
577+
To: Bruce Momjian <pgman@candle.pha.pa.us>
578+
cc: pgsql-general@postgresql.org
579+
Subject: Re: [GENERAL] child table doesn't inherit PRIMARY KEY?
580+
In-Reply-To: <200101190457.XAA13895@candle.pha.pa.us>
581+
Message-ID: <Pine.BSF.4.21.0101190932480.5520-100000@megazone23.bigpanda.com>
582+
MIME-Version: 1.0
583+
Content-Type: TEXT/PLAIN; charset=US-ASCII
584+
Status: OR
585+
586+
587+
Probably, since I see it in near recent sources (and it affects
588+
UNIQUE as well. As I remember it, the last discussion on this couldn't
589+
determine what the correct behavior for unique/primary key constraints
590+
was in the inheritance case (is it a single unique hierarchy through
591+
all the tables [would be needed for fk to inheritance trees] or
592+
separate unique constraints for each table [which would be similar
593+
to how many people seem to currently use postgres inheritance as a
594+
shortcut]).
595+
596+
On Thu, 18 Jan 2001, Bruce Momjian wrote:
597+
598+
> Does this bug still exist?
599+
>
600+
> [ Charset ISO-8859-1 unsupported, converting... ]
601+
> > Louis-David Mitterrand writes:
602+
> >
603+
> > > When creating a child (through CREATE TABLE ... INHERIT (parent)) it
604+
> > > seems the child gets all of the parent's contraints _except_ its PRIMARY
605+
> > > KEY. Is this normal?
606+
607+
608+
From sszabo@megazone23.bigpanda.com Wed Jan 24 14:26:12 2001
609+
Received: from megazone23.bigpanda.com (rfx-64-6-210-138.users.reflexcom.com [64.6.210.138])
610+
by candle.pha.pa.us (8.9.0/8.9.0) with ESMTP id OAA26091
611+
for <pgman@candle.pha.pa.us>; Wed, 24 Jan 2001 14:26:10 -0500 (EST)
612+
Received: from localhost (sszabo@localhost)
613+
by megazone23.bigpanda.com (8.11.1/8.11.1) with ESMTP id f0OJPZ858086;
614+
Wed, 24 Jan 2001 11:25:35 -0800 (PST)
615+
Date: Wed, 24 Jan 2001 11:25:35 -0800 (PST)
616+
From: Stephan Szabo <sszabo@megazone23.bigpanda.com>
617+
To: Bruce Momjian <pgman@candle.pha.pa.us>
618+
cc: PostgreSQL-development <pgsql-hackers@postgreSQL.org>
619+
Subject: Re: [GENERAL] child table doesn't inherit PRIMARY KEY?
620+
In-Reply-To: <200101241344.IAA12094@candle.pha.pa.us>
621+
Message-ID: <Pine.BSF.4.21.0101241120310.57849-100000@megazone23.bigpanda.com>
622+
MIME-Version: 1.0
623+
Content-Type: TEXT/PLAIN; charset=US-ASCII
624+
Status: ORr
625+
626+
On Wed, 24 Jan 2001, Bruce Momjian wrote:
627+
628+
>
629+
> OK, what do people want to do with this item? Add to TODO list?
630+
>
631+
> Seems making a separat unique constraint would be easy to do and be of
632+
> value to most users.
633+
634+
The problem is that doing that will pretty much guarantee that we won't
635+
be doing foreign keys to inheritance trees without changing that behavior
636+
and we've seen people asking about adding that too. I think that this
637+
falls into the general category of "Make inheritance make sense" (Now
638+
there's a todo item :) ) Seriously, I think the work on how inheritance
639+
is going to work will decide this, maybe we end up with a real inheritance
640+
tree system and something that works like the current stuff in which case
641+
I'd say it's probably one unique for the former and one per for the
642+
latter.
643+
644+
645+
646+

‎doc/src/FAQ/FAQ.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -198,7 +198,7 @@ <H4><A name="1.2">1.2</A>) What's the copyright on PostgreSQL?</H4>
198198

199199
<P>PostgreSQL Data Base Management System</P>
200200

201-
<P>Portions copyright (c) 1996-2000, PostgreSQL, Inc Portions
201+
<P>Portions copyright (c) 1996-2001, PostgreSQL Global Development Group Portions
202202
Copyright (c) 1994-6 Regents of the University of California</P>
203203

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

‎doc/src/sgml/admin.sgml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<!--
2-
$Header: /cvsroot/pgsql/doc/src/sgml/Attic/admin.sgml,v 1.29 2001/01/13 23:58:55 petere Exp $
2+
$Header: /cvsroot/pgsql/doc/src/sgml/Attic/admin.sgml,v 1.30 2001/01/24 19:42:46 momjian Exp $
33
-->
44

55
<book id="admin">
@@ -20,8 +20,8 @@ $Header: /cvsroot/pgsql/doc/src/sgml/Attic/admin.sgml,v 1.29 2001/01/13 23:58:55
2020

2121
<legalnotice>
2222
<para>
23-
<productname>PostgreSQL</productname> is Copyright &copy; 1996-2000
24-
by PostgreSQLInc.
23+
<productname>PostgreSQL</productname> is Copyright &copy; 1996-2001
24+
by PostgreSQLGlobal Development Group
2525
</para>
2626
</legalnotice>
2727

‎doc/src/sgml/legal.sgml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
<!--
2-
$Header: /cvsroot/pgsql/doc/src/sgml/legal.sgml,v 1.8 2000/04/07 13:30:58 thomas Exp $
2+
$Header: /cvsroot/pgsql/doc/src/sgml/legal.sgml,v 1.9 2001/01/24 19:42:46 momjian Exp $
33
-->
44

55
<sect1 id="copyright">
66
<title>Copyrights and Trademarks</title>
77

88
<para>
9-
<productname>PostgreSQL</productname> is Copyright &copy; 1996-2000
10-
by PostgreSQLInc.
9+
<productname>PostgreSQL</productname> is Copyright &copy; 1996-2001
10+
by PostgreSQLGlobal Development Group
1111
and is distributed under the terms of the Berkeley license.
1212
</para>
1313

‎doc/src/sgml/programmer.sgml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<!--
2-
$Header: /cvsroot/pgsql/doc/src/sgml/Attic/programmer.sgml,v 1.31 2001/01/13 23:58:55 petere Exp $
2+
$Header: /cvsroot/pgsql/doc/src/sgml/Attic/programmer.sgml,v 1.32 2001/01/24 19:42:46 momjian Exp $
33

44
PostgreSQL Programmer's Guide.
55
-->
@@ -20,8 +20,8 @@ PostgreSQL Programmer's Guide.
2020

2121
<legalnotice>
2222
<para>
23-
<productname>PostgreSQL</productname> is Copyright &copy; 1996-2000
24-
by PostgreSQLInc.
23+
<productname>PostgreSQL</productname> is Copyright &copy; 1996-2001
24+
by PostgreSQLGlobal Development Group
2525
</para>
2626
</legalnotice>
2727

‎doc/src/sgml/reference.sgml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<!-- reference.sgml
2-
$Header: /cvsroot/pgsql/doc/src/sgml/reference.sgml,v 1.12 2001/01/13 03:11:12 petere Exp $
2+
$Header: /cvsroot/pgsql/doc/src/sgml/reference.sgml,v 1.13 2001/01/24 19:42:46 momjian Exp $
33

44
PostgreSQL Reference Manual
55
-->
@@ -13,7 +13,7 @@ PostgreSQL Reference Manual
1313
<legalnotice>
1414
<para>
1515
<productname>PostgreSQL</productname> is &copy; 1998-2000
16-
by PostgreSQLInc.
16+
by PostgreSQLGlobal Development Group
1717
</para>
1818
</legalnotice>
1919
</bookinfo>

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp