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
cc2e19ef
Commit
cc2e19ef
authored
Jan 11, 2000
by
Tom Lane
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Ah-hah, there are attribute size constants lurking here too.
parent
5c2fb2a1
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
4 deletions
+4
-4
src/include/catalog/pg_attribute.h
src/include/catalog/pg_attribute.h
+4
-4
No files found.
src/include/catalog/pg_attribute.h
View file @
cc2e19ef
...
@@ -7,7 +7,7 @@
...
@@ -7,7 +7,7 @@
*
*
* Copyright (c) 1994, Regents of the University of California
* Copyright (c) 1994, Regents of the University of California
*
*
* $Id: pg_attribute.h,v 1.5
1 1999/12/20 10:40:43 wieck
Exp $
* $Id: pg_attribute.h,v 1.5
2 2000/01/11 05:18:42 tgl
Exp $
*
*
* NOTES
* NOTES
* the genbki.sh script reads this file and generates .bki
* the genbki.sh script reads this file and generates .bki
...
@@ -271,7 +271,7 @@ DATA(insert OID = 0 ( 1262 cmax 29 0 4 -6 0 -1 -1 t p f i f f));
...
@@ -271,7 +271,7 @@ DATA(insert OID = 0 ( 1262 cmax 29 0 4 -6 0 -1 -1 t p f i f f));
{ 1255, {"pronargs"}, 21, 0, 2, 7, 0, -1, -1, '\001', 'p', '\0', 's', '\0', '\0' }, \
{ 1255, {"pronargs"}, 21, 0, 2, 7, 0, -1, -1, '\001', 'p', '\0', 's', '\0', '\0' }, \
{ 1255, {"proretset"}, 16, 0, 1, 8, 0, -1, -1, '\001', 'p', '\0', 'c', '\0', '\0' }, \
{ 1255, {"proretset"}, 16, 0, 1, 8, 0, -1, -1, '\001', 'p', '\0', 'c', '\0', '\0' }, \
{ 1255, {"prorettype"}, 26, 0, 4, 9, 0, -1, -1, '\001', 'p', '\0', 'i', '\0', '\0' }, \
{ 1255, {"prorettype"}, 26, 0, 4, 9, 0, -1, -1, '\001', 'p', '\0', 'i', '\0', '\0' }, \
{ 1255, {"proargtypes"}, 30, 0,
32
, 10, 0, -1, -1, '\0', 'p', '\0', 'i', '\0', '\0' }, \
{ 1255, {"proargtypes"}, 30, 0,
INDEX_MAX_KEYS*4
, 10, 0, -1, -1, '\0', 'p', '\0', 'i', '\0', '\0' }, \
{ 1255, {"probyte_pct"}, 23, 0, 4, 11, 0, -1, -1, '\001', 'p', '\0', 'i', '\0', '\0' }, \
{ 1255, {"probyte_pct"}, 23, 0, 4, 11, 0, -1, -1, '\001', 'p', '\0', 'i', '\0', '\0' }, \
{ 1255, {"properbyte_cpu"}, 23, 0, 4, 12, 0, -1, -1, '\001', 'p', '\0', 'i', '\0', '\0' }, \
{ 1255, {"properbyte_cpu"}, 23, 0, 4, 12, 0, -1, -1, '\001', 'p', '\0', 'i', '\0', '\0' }, \
{ 1255, {"propercall_cpu"}, 23, 0, 4, 13, 0, -1, -1, '\001', 'p', '\0', 'i', '\0', '\0' }, \
{ 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 proiscachable 16 0 1 6 0 -1 -1 t p f c f f));
...
@@ -288,7 +288,7 @@ DATA(insert OID = 0 ( 1255 proiscachable 16 0 1 6 0 -1 -1 t p f c f f));
DATA
(
insert
OID
=
0
(
1255
pronargs
21
0
2
7
0
-
1
-
1
t
p
f
s
f
f
));
DATA
(
insert
OID
=
0
(
1255
pronargs
21
0
2
7
0
-
1
-
1
t
p
f
s
f
f
));
DATA
(
insert
OID
=
0
(
1255
proretset
16
0
1
8
0
-
1
-
1
t
p
f
c
f
f
));
DATA
(
insert
OID
=
0
(
1255
proretset
16
0
1
8
0
-
1
-
1
t
p
f
c
f
f
));
DATA
(
insert
OID
=
0
(
1255
prorettype
26
0
4
9
0
-
1
-
1
t
p
f
i
f
f
));
DATA
(
insert
OID
=
0
(
1255
prorettype
26
0
4
9
0
-
1
-
1
t
p
f
i
f
f
));
DATA
(
insert
OID
=
0
(
1255
proargtypes
30
0
32
10
0
-
1
-
1
f
p
f
i
f
f
));
DATA
(
insert
OID
=
0
(
1255
proargtypes
30
0
INDEX_MAX_KEYS
*
4
10
0
-
1
-
1
f
p
f
i
f
f
));
DATA
(
insert
OID
=
0
(
1255
probyte_pct
23
0
4
11
0
-
1
-
1
t
p
f
i
f
f
));
DATA
(
insert
OID
=
0
(
1255
probyte_pct
23
0
4
11
0
-
1
-
1
t
p
f
i
f
f
));
DATA
(
insert
OID
=
0
(
1255
properbyte_cpu
23
0
4
12
0
-
1
-
1
t
p
f
i
f
f
));
DATA
(
insert
OID
=
0
(
1255
properbyte_cpu
23
0
4
12
0
-
1
-
1
t
p
f
i
f
f
));
DATA
(
insert
OID
=
0
(
1255
propercall_cpu
23
0
4
13
0
-
1
-
1
t
p
f
i
f
f
));
DATA
(
insert
OID
=
0
(
1255
propercall_cpu
23
0
4
13
0
-
1
-
1
t
p
f
i
f
f
));
...
@@ -475,7 +475,7 @@ DATA(insert OID = 0 ( 1219 tgconstrrelid 26 0 4 8 0 -1 -1 t p f i f f));
...
@@ -475,7 +475,7 @@ DATA(insert OID = 0 ( 1219 tgconstrrelid 26 0 4 8 0 -1 -1 t p f i f f));
DATA
(
insert
OID
=
0
(
1219
tgdeferrable
16
0
1
9
0
-
1
-
1
t
p
f
c
f
f
));
DATA
(
insert
OID
=
0
(
1219
tgdeferrable
16
0
1
9
0
-
1
-
1
t
p
f
c
f
f
));
DATA
(
insert
OID
=
0
(
1219
tginitdeferred
16
0
1
10
0
-
1
-
1
t
p
f
c
f
f
));
DATA
(
insert
OID
=
0
(
1219
tginitdeferred
16
0
1
10
0
-
1
-
1
t
p
f
c
f
f
));
DATA
(
insert
OID
=
0
(
1219
tgnargs
21
0
2
11
0
-
1
-
1
t
p
f
s
f
f
));
DATA
(
insert
OID
=
0
(
1219
tgnargs
21
0
2
11
0
-
1
-
1
t
p
f
s
f
f
));
DATA
(
insert
OID
=
0
(
1219
tgattr
22
0
16
12
0
-
1
-
1
f
p
f
i
f
f
));
DATA
(
insert
OID
=
0
(
1219
tgattr
22
0
INDEX_MAX_KEYS
*
2
12
0
-
1
-
1
f
p
f
i
f
f
));
DATA
(
insert
OID
=
0
(
1219
tgargs
17
0
-
1
13
0
-
1
-
1
f
p
f
i
f
f
));
DATA
(
insert
OID
=
0
(
1219
tgargs
17
0
-
1
13
0
-
1
-
1
f
p
f
i
f
f
));
DATA
(
insert
OID
=
0
(
1219
ctid
27
0
6
-
1
0
-
1
-
1
f
p
f
i
f
f
));
DATA
(
insert
OID
=
0
(
1219
ctid
27
0
6
-
1
0
-
1
-
1
f
p
f
i
f
f
));
DATA
(
insert
OID
=
0
(
1219
oid
26
0
4
-
2
0
-
1
-
1
t
p
f
i
f
f
));
DATA
(
insert
OID
=
0
(
1219
oid
26
0
4
-
2
0
-
1
-
1
t
p
f
i
f
f
));
...
...
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