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
ac401e06
Commit
ac401e06
authored
25 years ago
by
Tom Lane
Browse files
Options
Downloads
Patches
Plain Diff
Change oid8/int28 -> oidvector/int2vector.
parent
a97caacb
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
doc/src/sgml/catalogs.sgml
+6
-6
6 additions, 6 deletions
doc/src/sgml/catalogs.sgml
doc/src/sgml/xfunc.sgml
+4
-4
4 additions, 4 deletions
doc/src/sgml/xfunc.sgml
with
10 additions
and
10 deletions
doc/src/sgml/catalogs.sgml
+
6
−
6
View file @
ac401e06
.\" This is -*-nroff-*-
.\" This is -*-nroff-*-
.\" XXX standard disclaimer belongs here....
.\" XXX standard disclaimer belongs here....
.\" $Header: /cvsroot/pgsql/doc/src/sgml/catalogs.sgml,v 2.
1 1999/07/22 15:11
:0
3
t
homas
Exp $
.\" $Header: /cvsroot/pgsql/doc/src/sgml/catalogs.sgml,v 2.
2 2000/01/11 01:40
:0
4
t
gl
Exp $
.TH "SYSTEM CATALOGS" INTRO 03/13/94 PostgreSQL PostgreSQL
.TH "SYSTEM CATALOGS" INTRO 03/13/94 PostgreSQL PostgreSQL
.SH "Section 7 - System Catalogs"
.SH "Section 7 - System Catalogs"
.de LS
.de LS
...
@@ -192,8 +192,8 @@ pg_class
...
@@ -192,8 +192,8 @@ pg_class
0=magnetic disk
0=magnetic disk
1=sony WORM jukebox
1=sony WORM jukebox
2=main memory */
2=main memory */
int2
8
relkey /* - unused */
int2
vector
relkey
/* - unused */
oid
8
relkeyop /* - unused */
oid
vector
relkeyop /* - unused */
aclitem relacl[1] /* access control lists */
aclitem relacl[1] /* access control lists */
.fi
.fi
.nf M
.nf M
...
@@ -229,9 +229,9 @@ pg_inherits
...
@@ -229,9 +229,9 @@ pg_inherits
oid indproc /* function to compute index key from
oid indproc /* function to compute index key from
attribute(s) in heap
attribute(s) in heap
0=not a functional index */
0=not a functional index */
int2
8
indkey /* attribute numbers of key
int2
vector
indkey /* attribute numbers of key
attribute(s) */
attribute(s) */
oid
8
indclass /* opclass of each key */
oid
vector
indclass /* opclass of each key */
bool indisclustered /* is the index clustered?
bool indisclustered /* is the index clustered?
- unused */
- unused */
bool indisarchived /* is the index archival?
bool indisarchived /* is the index archival?
...
@@ -304,7 +304,7 @@ pg_proc
...
@@ -304,7 +304,7 @@ pg_proc
bool proretset /* does the function return a set?
bool proretset /* does the function return a set?
- unused */
- unused */
oid prorettype /* return type */
oid prorettype /* return type */
oid
8
proargtypes /* argument types */
oid
vector
proargtypes /* argument types */
int4 probyte_pct /* % of argument size (in bytes) that
int4 probyte_pct /* % of argument size (in bytes) that
needs to be examined in order to
needs to be examined in order to
compute the function */
compute the function */
...
...
This diff is collapsed.
Click to expand it.
doc/src/sgml/xfunc.sgml
+
4
−
4
View file @
ac401e06
...
@@ -474,8 +474,8 @@ WARN::function declared to return type EMP does not retrieve (EMP.*)
...
@@ -474,8 +474,8 @@ WARN::function declared to return type EMP does not retrieve (EMP.*)
<entry>include/postgres.h</entry>
<entry>include/postgres.h</entry>
</row>
</row>
<row>
<row>
<entry>int2
8
</entry>
<entry>int2
vector
</entry>
<entry>(int2
8
*)</entry>
<entry>(int2
vector
*)</entry>
<entry>include/postgres.h</entry>
<entry>include/postgres.h</entry>
</row>
</row>
<row>
<row>
...
@@ -509,8 +509,8 @@ WARN::function declared to return type EMP does not retrieve (EMP.*)
...
@@ -509,8 +509,8 @@ WARN::function declared to return type EMP does not retrieve (EMP.*)
<entry>include/postgres.h</entry>
<entry>include/postgres.h</entry>
</row>
</row>
<row>
<row>
<entry>oid
8
</entry>
<entry>oid
vector
</entry>
<entry>(oid
8
*)</entry>
<entry>(oid
vector
*)</entry>
<entry>include/postgres.h</entry>
<entry>include/postgres.h</entry>
</row>
</row>
<row>
<row>
...
...
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