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