Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
P
Postgres FD Implementation
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Abuhujair Javed
Postgres FD Implementation
Commits
ffef7206
Commit
ffef7206
authored
Aug 04, 2002
by
Thomas G. Lockhart
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Minor clarification or fix of typos.
parent
c755f602
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
4 deletions
+4
-4
src/include/catalog/pg_conversion.h
src/include/catalog/pg_conversion.h
+2
-2
src/include/catalog/pg_database.h
src/include/catalog/pg_database.h
+2
-2
No files found.
src/include/catalog/pg_conversion.h
View file @
ffef7206
...
...
@@ -8,7 +8,7 @@
* Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
* Portions Copyright (c) 1994, Regents of the University of California
*
* $Id: pg_conversion.h,v 1.
2 2002/07/25 10:07:13 ishii
Exp $
* $Id: pg_conversion.h,v 1.
3 2002/08/04 06:54:10 thomas
Exp $
*
* NOTES
* the genbki.sh script reads this file and generates .bki
...
...
@@ -33,7 +33,7 @@
*
* conname name of the conversion
* connamespace name space which the conversion belongs to
* conowner ower of the conversion
* conowner ow
n
er of the conversion
* conforencoding FOR encoding id
* contoencoding TO encoding id
* conproc OID of the conversion proc
...
...
src/include/catalog/pg_database.h
View file @
ffef7206
...
...
@@ -8,7 +8,7 @@
* Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
* Portions Copyright (c) 1994, Regents of the University of California
*
* $Id: pg_database.h,v 1.2
5 2002/06/20 20:29:44 momjian
Exp $
* $Id: pg_database.h,v 1.2
6 2002/08/04 06:54:10 thomas
Exp $
*
* NOTES
* the genbki.sh script reads this file and generates .bki
...
...
@@ -41,7 +41,7 @@ CATALOG(pg_database) BOOTSTRAP BKI_SHARED_RELATION
Oid
datlastsysoid
;
/* highest OID to consider a system OID */
TransactionId
datvacuumxid
;
/* all XIDs before this are vacuumed */
TransactionId
datfrozenxid
;
/* all XIDs before this are frozen */
text
datpath
;
/*
VARIABLE LENGTH FIELD
*/
text
datpath
;
/*
default database location (VAR LENGTH)
*/
text
datconfig
[
1
];
/* database-specific GUC (VAR LENGTH) */
aclitem
datacl
[
1
];
/* access permissions (VAR LENGTH) */
}
FormData_pg_database
;
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment