Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitac401e0

Browse files
committed
Change oid8/int28 -> oidvector/int2vector.
1 parenta97caac commitac401e0

File tree

2 files changed

+10
-10
lines changed

2 files changed

+10
-10
lines changed

‎doc/src/sgml/catalogs.sgml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
.\" This is -*-nroff-*-
22
.\" XXX standard disclaimer belongs here....
3-
.\" $Header: /cvsroot/pgsql/doc/src/sgml/catalogs.sgml,v 2.1 1999/07/22 15:11:03 thomas Exp $
3+
.\" $Header: /cvsroot/pgsql/doc/src/sgml/catalogs.sgml,v 2.2 2000/01/11 01:40:04 tgl Exp $
44
.TH "SYSTEM CATALOGS" INTRO 03/13/94 PostgreSQL PostgreSQL
55
.SH "Section 7 - System Catalogs"
66
.deLS
@@ -192,8 +192,8 @@ pg_class
192192
0=magnetic disk
193193
1=sony WORM jukebox
194194
2=main memory */
195-
int28relkey/* - unused */
196-
oid8 relkeyop/* - unused */
195+
int2vectorrelkey/* - unused */
196+
oidvector relkeyop/* - unused */
197197
aclitem relacl[1]/* access control lists */
198198
.fi
199199
.nfM
@@ -229,9 +229,9 @@ pg_inherits
229229
oid indproc/* function to compute index key from
230230
attribute(s) in heap
231231
0=not a functional index */
232-
int28 indkey/* attribute numbers of key
232+
int2vector indkey/* attribute numbers of key
233233
attribute(s) */
234-
oid8 indclass/* opclass of each key */
234+
oidvector indclass/* opclass of each key */
235235
bool indisclustered/* is the index clustered?
236236
- unused */
237237
bool indisarchived/* is the index archival?
@@ -304,7 +304,7 @@ pg_proc
304304
bool proretset/* does the function return a set?
305305
- unused */
306306
oid prorettype/* return type */
307-
oid8 proargtypes/* argument types */
307+
oidvector proargtypes/* argument types */
308308
int4 probyte_pct/* % of argument size (in bytes) that
309309
needs to be examined in order to
310310
compute the function */

‎doc/src/sgml/xfunc.sgml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -474,8 +474,8 @@ WARN::function declared to return type EMP does not retrieve (EMP.*)
474474
<entry>include/postgres.h</entry>
475475
</row>
476476
<row>
477-
<entry>int28</entry>
478-
<entry>(int28 *)</entry>
477+
<entry>int2vector</entry>
478+
<entry>(int2vector *)</entry>
479479
<entry>include/postgres.h</entry>
480480
</row>
481481
<row>
@@ -509,8 +509,8 @@ WARN::function declared to return type EMP does not retrieve (EMP.*)
509509
<entry>include/postgres.h</entry>
510510
</row>
511511
<row>
512-
<entry>oid8</entry>
513-
<entry>(oid8 *)</entry>
512+
<entry>oidvector</entry>
513+
<entry>(oidvector *)</entry>
514514
<entry>include/postgres.h</entry>
515515
</row>
516516
<row>

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp