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

Commitcc2e19e

Browse files
committed
Ah-hah, there are attribute size constants lurking here too.
1 parent5c2fb2a commitcc2e19e

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

‎src/include/catalog/pg_attribute.h

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
*
88
* Copyright (c) 1994, Regents of the University of California
99
*
10-
* $Id: pg_attribute.h,v 1.51 1999/12/20 10:40:43 wieck Exp $
10+
* $Id: pg_attribute.h,v 1.52 2000/01/11 05:18:42 tgl Exp $
1111
*
1212
* NOTES
1313
* the genbki.sh script reads this file and generates .bki
@@ -271,7 +271,7 @@ DATA(insert OID = 0 ( 1262 cmax29 0 4 -6 0 -1 -1 t p f i f f));
271271
{ 1255, {"pronargs"},21, 0,2,7, 0, -1, -1, '\001', 'p', '\0', 's', '\0', '\0' }, \
272272
{ 1255, {"proretset"},16, 0,1,8, 0, -1, -1, '\001', 'p', '\0', 'c', '\0', '\0' }, \
273273
{ 1255, {"prorettype"},26, 0,4,9, 0, -1, -1, '\001', 'p', '\0', 'i', '\0', '\0' }, \
274-
{ 1255, {"proargtypes"},30, 0,32, 10, 0, -1, -1,'\0', 'p', '\0', 'i', '\0', '\0' }, \
274+
{ 1255, {"proargtypes"},30, 0,INDEX_MAX_KEYS*4, 10, 0, -1, -1,'\0', 'p', '\0', 'i', '\0', '\0' }, \
275275
{ 1255, {"probyte_pct"},23, 0,4, 11, 0, -1, -1, '\001', 'p', '\0', 'i', '\0', '\0' }, \
276276
{ 1255, {"properbyte_cpu"},23, 0,4, 12, 0, -1, -1, '\001', 'p', '\0', 'i', '\0', '\0' }, \
277277
{ 1255, {"propercall_cpu"},23, 0,4, 13, 0, -1, -1, '\001', 'p', '\0', 'i', '\0', '\0' }, \
@@ -288,7 +288,7 @@ DATA(insert OID = 0 ( 1255 proiscachable16 0 1 6 0 -1 -1 t p f c f f));
288288
DATA(insertOID=0 (1255pronargs210270-1-1tpfsff));
289289
DATA(insertOID=0 (1255proretset160180-1-1tpfcff));
290290
DATA(insertOID=0 (1255prorettype260490-1-1tpfiff));
291-
DATA(insertOID=0 (1255proargtypes30032100-1-1fpfiff));
291+
DATA(insertOID=0 (1255proargtypes300INDEX_MAX_KEYS*4100-1-1fpfiff));
292292
DATA(insertOID=0 (1255probyte_pct2304110-1-1tpfiff));
293293
DATA(insertOID=0 (1255properbyte_cpu2304120-1-1tpfiff));
294294
DATA(insertOID=0 (1255propercall_cpu2304130-1-1tpfiff));
@@ -475,7 +475,7 @@ DATA(insert OID = 0 ( 1219 tgconstrrelid26 0 4 8 0 -1 -1 t p f i f f));
475475
DATA(insertOID=0 (1219tgdeferrable160190-1-1tpfcff));
476476
DATA(insertOID=0 (1219tginitdeferred1601100-1-1tpfcff));
477477
DATA(insertOID=0 (1219tgnargs2102110-1-1tpfsff));
478-
DATA(insertOID=0 (1219tgattr22016120-1-1fpfiff));
478+
DATA(insertOID=0 (1219tgattr220INDEX_MAX_KEYS*2120-1-1fpfiff));
479479
DATA(insertOID=0 (1219tgargs170-1130-1-1fpfiff));
480480
DATA(insertOID=0 (1219ctid2706-10-1-1fpfiff));
481481
DATA(insertOID=0 (1219oid2604-20-1-1tpfiff));

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp