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

Commitffef720

Browse files
author
Thomas G. Lockhart
committed
Minor clarification or fix of typos.
1 parentc755f60 commitffef720

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

‎src/include/catalog/pg_conversion.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
* Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
99
* Portions Copyright (c) 1994, Regents of the University of California
1010
*
11-
* $Id: pg_conversion.h,v 1.2 2002/07/25 10:07:13 ishii Exp $
11+
* $Id: pg_conversion.h,v 1.3 2002/08/04 06:54:10 thomas Exp $
1212
*
1313
* NOTES
1414
* the genbki.sh script reads this file and generates .bki
@@ -33,7 +33,7 @@
3333
*
3434
*connamename of the conversion
3535
*connamespacename space which the conversion belongs to
36-
*conownerower of the conversion
36+
*conownerowner of the conversion
3737
*conforencodingFOR encoding id
3838
*contoencodingTO encoding id
3939
* conprocOID of the conversion proc

‎src/include/catalog/pg_database.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
* Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
99
* Portions Copyright (c) 1994, Regents of the University of California
1010
*
11-
* $Id: pg_database.h,v 1.25 2002/06/20 20:29:44 momjian Exp $
11+
* $Id: pg_database.h,v 1.26 2002/08/04 06:54:10 thomas Exp $
1212
*
1313
* NOTES
1414
* the genbki.sh script reads this file and generates .bki
@@ -41,7 +41,7 @@ CATALOG(pg_database) BOOTSTRAP BKI_SHARED_RELATION
4141
Oiddatlastsysoid;/* highest OID to consider a system OID */
4242
TransactionIddatvacuumxid;/* all XIDs before this are vacuumed */
4343
TransactionIddatfrozenxid;/* all XIDs before this are frozen */
44-
textdatpath;/*VARIABLE LENGTH FIELD */
44+
textdatpath;/*default database location (VAR LENGTH) */
4545
textdatconfig[1];/* database-specific GUC (VAR LENGTH) */
4646
aclitemdatacl[1];/* access permissions (VAR LENGTH) */
4747
}FormData_pg_database;

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp