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

Commit3f0074e

Browse files
committed
fix for compile.
1 parent91250f3 commit3f0074e

File tree

2 files changed

+4
-6
lines changed

2 files changed

+4
-6
lines changed

‎src/bin/pg_dump/pg_dump.c

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
*
2323
*
2424
* IDENTIFICATION
25-
* $Header: /cvsroot/pgsql/src/bin/pg_dump/pg_dump.c,v 1.139 2000/01/26 05:57:38 momjian Exp $
25+
* $Header: /cvsroot/pgsql/src/bin/pg_dump/pg_dump.c,v 1.140 2000/01/27 05:33:49 momjian Exp $
2626
*
2727
* Modifications - 6/10/96 - dave@bensoft.com - version 1.13.dhb
2828
*
@@ -176,8 +176,7 @@ static void
176176
version(void)
177177
{
178178
puts("pg_dump (PostgreSQL) "PG_RELEASE"."PG_VERSION"."PG_SUBVERSION);
179-
puts("Copyright (C) 2000 PostgreSQL Global Development Team");
180-
*PortionsCopyright (c)1996-2000,PostgreSQL,Inc
179+
puts("Portions Copyright (c) 1996-2000, PostgreSQL, Inc");
181180
puts("Portions Copyright (C) 1996 Regents of the University of California");
182181
puts("Read the file COPYING to see the usage and distribution terms.");
183182
}

‎src/bin/psql/startup.c

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
*
44
* Copyright 2000 by PostgreSQL Global Development Team
55
*
6-
* $Header: /cvsroot/pgsql/src/bin/psql/startup.c,v 1.18 2000/01/26 05:57:44 momjian Exp $
6+
* $Header: /cvsroot/pgsql/src/bin/psql/startup.c,v 1.19 2000/01/27 05:33:51 momjian Exp $
77
*/
88
#include<c.h>
99

@@ -571,8 +571,7 @@ showVersion(void)
571571
puts(" support");
572572
#endif
573573

574-
puts("Copyright (C) 2000 PostgreSQL Global Development Team");
575-
*PortionsCopyright (c)1996-2000,PostgreSQL,Inc
574+
puts("Portions Copyright (c) 1996-2000, PostgreSQL, Inc");
576575
puts("Portions Copyright (C) 1996 Regents of the University of California");
577576
puts("Read the file COPYING or use the command \\copyright to see the");
578577
puts("usage and distribution terms.");

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp