Skip to content

Commit ffef720

Browse files
author
Thomas G. Lockhart
committed
Minor clarification or fix of typos.
1 parent c755f60 commit ffef720

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
* conname name of the conversion
3535
* connamespace name space which the conversion belongs to
36-
* conowner ower of the conversion
36+
* conowner owner of the conversion
3737
* conforencoding FOR encoding id
3838
* contoencoding TO encoding id
3939
* conproc OID 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
Oid datlastsysoid; /* highest OID to consider a system OID */
4242
TransactionId datvacuumxid; /* all XIDs before this are vacuumed */
4343
TransactionId datfrozenxid; /* all XIDs before this are frozen */
44-
text datpath; /* VARIABLE LENGTH FIELD */
44+
text datpath; /* default database location (VAR LENGTH) */
4545
text datconfig[1]; /* database-specific GUC (VAR LENGTH) */
4646
aclitem datacl[1]; /* access permissions (VAR LENGTH) */
4747
} FormData_pg_database;

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy