Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
P
postgres-lambda-diff
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Jakob Huber
postgres-lambda-diff
Commits
ffef7206
Commit
ffef7206
authored
22 years ago
by
Thomas G. Lockhart
Browse files
Options
Downloads
Patches
Plain Diff
Minor clarification or fix of typos.
parent
c755f602
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
src/include/catalog/pg_conversion.h
+2
-2
2 additions, 2 deletions
src/include/catalog/pg_conversion.h
src/include/catalog/pg_database.h
+2
-2
2 additions, 2 deletions
src/include/catalog/pg_database.h
with
4 additions
and
4 deletions
src/include/catalog/pg_conversion.h
+
2
−
2
View file @
ffef7206
...
@@ -8,7 +8,7 @@
...
@@ -8,7 +8,7 @@
* Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
* Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
* Portions Copyright (c) 1994, Regents of the University of California
* Portions Copyright (c) 1994, Regents of the University of California
*
*
* $Id: pg_conversion.h,v 1.
2
2002/0
7/25 10:07:13 ishii
Exp $
* $Id: pg_conversion.h,v 1.
3
2002/0
8/04 06:54:10 thomas
Exp $
*
*
* NOTES
* NOTES
* the genbki.sh script reads this file and generates .bki
* the genbki.sh script reads this file and generates .bki
...
@@ -33,7 +33,7 @@
...
@@ -33,7 +33,7 @@
*
*
* conname name of the conversion
* conname name of the conversion
* connamespace name space which the conversion belongs to
* connamespace name space which the conversion belongs to
* conowner ower of the conversion
* conowner ow
n
er of the conversion
* conforencoding FOR encoding id
* conforencoding FOR encoding id
* contoencoding TO encoding id
* contoencoding TO encoding id
* conproc OID of the conversion proc
* conproc OID of the conversion proc
...
...
This diff is collapsed.
Click to expand it.
src/include/catalog/pg_database.h
+
2
−
2
View file @
ffef7206
...
@@ -8,7 +8,7 @@
...
@@ -8,7 +8,7 @@
* Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
* Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
* Portions Copyright (c) 1994, Regents of the University of California
* Portions Copyright (c) 1994, Regents of the University of California
*
*
* $Id: pg_database.h,v 1.2
5
2002/0
6/20 20:29:44 momjian
Exp $
* $Id: pg_database.h,v 1.2
6
2002/0
8/04 06:54:10 thomas
Exp $
*
*
* NOTES
* NOTES
* the genbki.sh script reads this file and generates .bki
* the genbki.sh script reads this file and generates .bki
...
@@ -41,7 +41,7 @@ CATALOG(pg_database) BOOTSTRAP BKI_SHARED_RELATION
...
@@ -41,7 +41,7 @@ CATALOG(pg_database) BOOTSTRAP BKI_SHARED_RELATION
Oid
datlastsysoid
;
/* highest OID to consider a system OID */
Oid
datlastsysoid
;
/* highest OID to consider a system OID */
TransactionId
datvacuumxid
;
/* all XIDs before this are vacuumed */
TransactionId
datvacuumxid
;
/* all XIDs before this are vacuumed */
TransactionId
datfrozenxid
;
/* all XIDs before this are frozen */
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) */
text
datconfig
[
1
];
/* database-specific GUC (VAR LENGTH) */
aclitem
datacl
[
1
];
/* access permissions (VAR LENGTH) */
aclitem
datacl
[
1
];
/* access permissions (VAR LENGTH) */
}
FormData_pg_database
;
}
FormData_pg_database
;
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment