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
a8de40df
Commit
a8de40df
authored
Mar 04, 1998
by
Bruce Momjian
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Get rid of those pesky long constants, 'l'. Has no affect.
parent
b1c7c31e
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
63 additions
and
63 deletions
+63
-63
src/include/catalog/pg_attribute.h
src/include/catalog/pg_attribute.h
+63
-63
No files found.
src/include/catalog/pg_attribute.h
View file @
a8de40df
...
@@ -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.3
0 1998/02/26 04:40:4
8 momjian Exp $
* $Id: pg_attribute.h,v 1.3
1 1998/03/04 18:41:0
8 momjian Exp $
*
*
* NOTES
* NOTES
* the genbki.sh script reads this file and generates .bki
* the genbki.sh script reads this file and generates .bki
...
@@ -178,22 +178,22 @@ typedef FormData_pg_attribute *AttributeTupleForm;
...
@@ -178,22 +178,22 @@ typedef FormData_pg_attribute *AttributeTupleForm;
* ----------------
* ----------------
*/
*/
#define Schema_pg_type \
#define Schema_pg_type \
{ 1247
l, {"typname"}, 19l
, 0, NAMEDATALEN, 1, 0, -1, -1, '\0', '\0', 'i', '\0', '\0' }, \
{ 1247
, {"typname"}, 19
, 0, NAMEDATALEN, 1, 0, -1, -1, '\0', '\0', 'i', '\0', '\0' }, \
{ 1247
l, {"typowner"}, 26l
, 0, 4, 2, 0, -1, -1, '\001', '\0', 'i', '\0', '\0' }, \
{ 1247
, {"typowner"}, 26
, 0, 4, 2, 0, -1, -1, '\001', '\0', 'i', '\0', '\0' }, \
{ 1247
l, {"typlen"}, 21l
, 0, 2, 3, 0, -1, -1, '\001', '\0', 's', '\0', '\0' }, \
{ 1247
, {"typlen"}, 21
, 0, 2, 3, 0, -1, -1, '\001', '\0', 's', '\0', '\0' }, \
{ 1247
l, {"typprtlen"}, 21l
, 0, 2, 4, 0, -1, -1, '\001', '\0', 's', '\0', '\0' }, \
{ 1247
, {"typprtlen"}, 21
, 0, 2, 4, 0, -1, -1, '\001', '\0', 's', '\0', '\0' }, \
{ 1247
l, {"typbyval"}, 16l
, 0, 1, 5, 0, -1, -1, '\001', '\0', 'c', '\0', '\0' }, \
{ 1247
, {"typbyval"}, 16
, 0, 1, 5, 0, -1, -1, '\001', '\0', 'c', '\0', '\0' }, \
{ 1247
l, {"typtype"}, 18l
, 0, 1, 6, 0, -1, -1, '\001', '\0', 'c', '\0', '\0' }, \
{ 1247
, {"typtype"}, 18
, 0, 1, 6, 0, -1, -1, '\001', '\0', 'c', '\0', '\0' }, \
{ 1247
l, {"typisdefined"}, 16l
, 0, 1, 7, 0, -1, -1, '\001', '\0', 'c', '\0', '\0' }, \
{ 1247
, {"typisdefined"}, 16
, 0, 1, 7, 0, -1, -1, '\001', '\0', 'c', '\0', '\0' }, \
{ 1247
l, {"typdelim"}, 18l
, 0, 1, 8, 0, -1, -1, '\001', '\0', 'c', '\0', '\0' }, \
{ 1247
, {"typdelim"}, 18
, 0, 1, 8, 0, -1, -1, '\001', '\0', 'c', '\0', '\0' }, \
{ 1247
l, {"typrelid"}, 26l
, 0, 4, 9, 0, -1, -1, '\001', '\0', 'i', '\0', '\0' }, \
{ 1247
, {"typrelid"}, 26
, 0, 4, 9, 0, -1, -1, '\001', '\0', 'i', '\0', '\0' }, \
{ 1247
l, {"typelem"}, 26l
, 0, 4, 10, 0, -1, -1, '\001', '\0', 'i', '\0', '\0' }, \
{ 1247
, {"typelem"}, 26
, 0, 4, 10, 0, -1, -1, '\001', '\0', 'i', '\0', '\0' }, \
{ 1247
l, {"typinput"}, 24l
, 0, 4, 11, 0, -1, -1, '\001', '\0', 'i', '\0', '\0' }, \
{ 1247
, {"typinput"}, 24
, 0, 4, 11, 0, -1, -1, '\001', '\0', 'i', '\0', '\0' }, \
{ 1247
l, {"typoutput"}, 24l
, 0, 4, 12, 0, -1, -1, '\001', '\0', 'i', '\0', '\0' }, \
{ 1247
, {"typoutput"}, 24
, 0, 4, 12, 0, -1, -1, '\001', '\0', 'i', '\0', '\0' }, \
{ 1247
l, {"typreceive"}, 24l
, 0, 4, 13, 0, -1, -1, '\001', '\0', 'i', '\0', '\0' }, \
{ 1247
, {"typreceive"}, 24
, 0, 4, 13, 0, -1, -1, '\001', '\0', 'i', '\0', '\0' }, \
{ 1247
l, {"typsend"}, 24l
, 0, 4, 14, 0, -1, -1, '\001', '\0', 'i', '\0', '\0' }, \
{ 1247
, {"typsend"}, 24
, 0, 4, 14, 0, -1, -1, '\001', '\0', 'i', '\0', '\0' }, \
{ 1247
l, {"typalign"}, 18l
, 0, 1, 15, 0, -1, -1, '\001', '\0', 'c', '\0', '\0' }, \
{ 1247
, {"typalign"}, 18
, 0, 1, 15, 0, -1, -1, '\001', '\0', 'c', '\0', '\0' }, \
{ 1247
l, {"typdefault"}, 25l, 0,
-1, 16, 0, -1, -1, '\0' , '\0', 'i', '\0', '\0' }
{ 1247
, {"typdefault"}, 25, 0,
-1, 16, 0, -1, -1, '\0' , '\0', 'i', '\0', '\0' }
DATA
(
insert
OID
=
0
(
1247
typname
19
0
NAMEDATALEN
1
0
-
1
-
1
f
f
i
f
f
));
DATA
(
insert
OID
=
0
(
1247
typname
19
0
NAMEDATALEN
1
0
-
1
-
1
f
f
i
f
f
));
DATA
(
insert
OID
=
0
(
1247
typowner
26
0
4
2
0
-
1
-
1
t
f
i
f
f
));
DATA
(
insert
OID
=
0
(
1247
typowner
26
0
4
2
0
-
1
-
1
t
f
i
f
f
));
...
@@ -237,22 +237,22 @@ DATA(insert OID = 0 ( 1262 cmax 29 0 4 -6 0 -1 -1 t f i f f));
...
@@ -237,22 +237,22 @@ DATA(insert OID = 0 ( 1262 cmax 29 0 4 -6 0 -1 -1 t f i f f));
* ----------------
* ----------------
*/
*/
#define Schema_pg_proc \
#define Schema_pg_proc \
{ 1255
l, {"proname"}, 19l
, 0, NAMEDATALEN, 1, 0, -1, -1, '\0', '\0', 'i', '\0', '\0' }, \
{ 1255
, {"proname"}, 19
, 0, NAMEDATALEN, 1, 0, -1, -1, '\0', '\0', 'i', '\0', '\0' }, \
{ 1255
l, {"proowner"}, 26l
, 0, 4, 2, 0, -1, -1, '\001', '\0', 'i', '\0', '\0' }, \
{ 1255
, {"proowner"}, 26
, 0, 4, 2, 0, -1, -1, '\001', '\0', 'i', '\0', '\0' }, \
{ 1255
l, {"prolang"}, 26l
, 0, 4, 3, 0, -1, -1, '\001', '\0', 'i', '\0', '\0' }, \
{ 1255
, {"prolang"}, 26
, 0, 4, 3, 0, -1, -1, '\001', '\0', 'i', '\0', '\0' }, \
{ 1255
l, {"proisinh"}, 16l
, 0, 1, 4, 0, -1, -1, '\001', '\0', 'c', '\0', '\0' }, \
{ 1255
, {"proisinh"}, 16
, 0, 1, 4, 0, -1, -1, '\001', '\0', 'c', '\0', '\0' }, \
{ 1255
l, {"proistrusted"}, 16l
, 0, 1, 5, 0, -1, -1, '\001', '\0', 'c', '\0', '\0' }, \
{ 1255
, {"proistrusted"}, 16
, 0, 1, 5, 0, -1, -1, '\001', '\0', 'c', '\0', '\0' }, \
{ 1255
l, {"proiscachable"}, 16l
, 0, 1, 6, 0, -1, -1, '\001', '\0', 'c', '\0', '\0' }, \
{ 1255
, {"proiscachable"}, 16
, 0, 1, 6, 0, -1, -1, '\001', '\0', 'c', '\0', '\0' }, \
{ 1255
l, {"pronargs"}, 21l
, 0, 2, 7, 0, -1, -1, '\001', '\0', 's', '\0', '\0' }, \
{ 1255
, {"pronargs"}, 21
, 0, 2, 7, 0, -1, -1, '\001', '\0', 's', '\0', '\0' }, \
{ 1255
l, {"proretset"}, 16l
, 0, 1, 8, 0, -1, -1, '\001', '\0', 'c', '\0', '\0' }, \
{ 1255
, {"proretset"}, 16
, 0, 1, 8, 0, -1, -1, '\001', '\0', 'c', '\0', '\0' }, \
{ 1255
l, {"prorettype"}, 26l
, 0, 4, 9, 0, -1, -1, '\001', '\0', 'i', '\0', '\0' }, \
{ 1255
, {"prorettype"}, 26
, 0, 4, 9, 0, -1, -1, '\001', '\0', 'i', '\0', '\0' }, \
{ 1255
l, {"proargtypes"}, 30l
, 0, 32, 10, 0, -1, -1, '\0', '\0', 'i', '\0', '\0' }, \
{ 1255
, {"proargtypes"}, 30
, 0, 32, 10, 0, -1, -1, '\0', '\0', 'i', '\0', '\0' }, \
{ 1255
l, {"probyte_pct"}, 23l
, 0, 4, 11, 0, -1, -1, '\001', '\0', 'i', '\0', '\0' }, \
{ 1255
, {"probyte_pct"}, 23
, 0, 4, 11, 0, -1, -1, '\001', '\0', 'i', '\0', '\0' }, \
{ 1255
l, {"properbyte_cpu"}, 23l
, 0, 4, 12, 0, -1, -1, '\001', '\0', 'i', '\0', '\0' }, \
{ 1255
, {"properbyte_cpu"}, 23
, 0, 4, 12, 0, -1, -1, '\001', '\0', 'i', '\0', '\0' }, \
{ 1255
l, {"propercall_cpu"}, 23l
, 0, 4, 13, 0, -1, -1, '\001', '\0', 'i', '\0', '\0' }, \
{ 1255
, {"propercall_cpu"}, 23
, 0, 4, 13, 0, -1, -1, '\001', '\0', 'i', '\0', '\0' }, \
{ 1255
l, {"prooutin_ratio"}, 23l
, 0, 4, 14, 0, -1, -1, '\001', '\0', 'i', '\0', '\0' }, \
{ 1255
, {"prooutin_ratio"}, 23
, 0, 4, 14, 0, -1, -1, '\001', '\0', 'i', '\0', '\0' }, \
{ 1255
l, {"prosrc"}, 25l, 0, -1, 15, 0l
, -1, -1, '\0', '\0', 'i', '\0', '\0' }, \
{ 1255
, {"prosrc"}, 25, 0, -1, 15, 0
, -1, -1, '\0', '\0', 'i', '\0', '\0' }, \
{ 1255
l, {"probin"}, 17l, 0, -1, 16, 0l
, -1, -1, '\0', '\0', 'i', '\0', '\0' }
{ 1255
, {"probin"}, 17, 0, -1, 16, 0
, -1, -1, '\0', '\0', 'i', '\0', '\0' }
DATA
(
insert
OID
=
0
(
1255
proname
19
0
NAMEDATALEN
1
0
-
1
-
1
f
f
i
f
f
));
DATA
(
insert
OID
=
0
(
1255
proname
19
0
NAMEDATALEN
1
0
-
1
-
1
f
f
i
f
f
));
DATA
(
insert
OID
=
0
(
1255
proowner
26
0
4
2
0
-
1
-
1
t
f
i
f
f
));
DATA
(
insert
OID
=
0
(
1255
proowner
26
0
4
2
0
-
1
-
1
t
f
i
f
f
));
...
@@ -315,20 +315,20 @@ DATA(insert OID = 0 ( 1261 cmax 29 0 4 -6 0 -1 -1 t f i f f));
...
@@ -315,20 +315,20 @@ DATA(insert OID = 0 ( 1261 cmax 29 0 4 -6 0 -1 -1 t f i f f));
* ----------------
* ----------------
*/
*/
#define Schema_pg_attribute \
#define Schema_pg_attribute \
{ 1249
l, {"attrelid"}, 26l
, 0, 4, 1, 0, -1, -1, '\001', '\0', 'i', '\0', '\0' }, \
{ 1249
, {"attrelid"}, 26
, 0, 4, 1, 0, -1, -1, '\001', '\0', 'i', '\0', '\0' }, \
{ 1249
l, {"attname"}, 19l
, 0, NAMEDATALEN, 2, 0, -1, -1, '\0', '\0', 'i', '\0', '\0' }, \
{ 1249
, {"attname"}, 19
, 0, NAMEDATALEN, 2, 0, -1, -1, '\0', '\0', 'i', '\0', '\0' }, \
{ 1249
l, {"atttypid"}, 26l
, 0, 4, 3, 0, -1, -1, '\001', '\0', 'i', '\0', '\0' }, \
{ 1249
, {"atttypid"}, 26
, 0, 4, 3, 0, -1, -1, '\001', '\0', 'i', '\0', '\0' }, \
{ 1249
l, {"attdisbursion"}, 700l
, 0, 4, 4, 0, -1, -1, '\0', '\0', 'i', '\0', '\0' }, \
{ 1249
, {"attdisbursion"}, 700
, 0, 4, 4, 0, -1, -1, '\0', '\0', 'i', '\0', '\0' }, \
{ 1249
l, {"attlen"}, 21l
, 0, 2, 5, 0, -1, -1, '\001', '\0', 's', '\0', '\0' }, \
{ 1249
, {"attlen"}, 21
, 0, 2, 5, 0, -1, -1, '\001', '\0', 's', '\0', '\0' }, \
{ 1249
l, {"attnum"}, 21l
, 0, 2, 6, 0, -1, -1, '\001', '\0', 's', '\0', '\0' }, \
{ 1249
, {"attnum"}, 21
, 0, 2, 6, 0, -1, -1, '\001', '\0', 's', '\0', '\0' }, \
{ 1249
l, {"attnelems"}, 23l
, 0, 4, 7, 0, -1, -1, '\001', '\0', 'i', '\0', '\0' }, \
{ 1249
, {"attnelems"}, 23
, 0, 4, 7, 0, -1, -1, '\001', '\0', 'i', '\0', '\0' }, \
{ 1249
l, {"attcacheoff"}, 23l
, 0, 4, 8, 0, -1, -1, '\001', '\0', 'i', '\0', '\0' }, \
{ 1249
, {"attcacheoff"}, 23
, 0, 4, 8, 0, -1, -1, '\001', '\0', 'i', '\0', '\0' }, \
{ 1249
l, {"atttypmod"}, 21l
, 0, 2, 9, 0, -1, -1, '\001', '\0', 's', '\0', '\0' }, \
{ 1249
, {"atttypmod"}, 21
, 0, 2, 9, 0, -1, -1, '\001', '\0', 's', '\0', '\0' }, \
{ 1249
l, {"attbyval"}, 16l
, 0, 1, 10, 0, -1, -1, '\001', '\0', 'c', '\0', '\0' }, \
{ 1249
, {"attbyval"}, 16
, 0, 1, 10, 0, -1, -1, '\001', '\0', 'c', '\0', '\0' }, \
{ 1249
l, {"attisset"}, 16l
, 0, 1, 11, 0, -1, -1, '\001', '\0', 'c', '\0', '\0' }, \
{ 1249
, {"attisset"}, 16
, 0, 1, 11, 0, -1, -1, '\001', '\0', 'c', '\0', '\0' }, \
{ 1249
l, {"attalign"}, 18l
, 0, 1, 12, 0, -1, -1, '\001', '\0', 'c', '\0', '\0' }, \
{ 1249
, {"attalign"}, 18
, 0, 1, 12, 0, -1, -1, '\001', '\0', 'c', '\0', '\0' }, \
{ 12491, {"attnotnull"}, 16
l
, 0, 1, 13, 0, -1, -1, '\001', '\0', 'c', '\0', '\0' }, \
{ 12491, {"attnotnull"}, 16, 0, 1, 13, 0, -1, -1, '\001', '\0', 'c', '\0', '\0' }, \
{ 12491, {"atthasdef"}, 16
l
, 0, 1, 14, 0, -1, -1, '\001', '\0', 'c', '\0', '\0' }
{ 12491, {"atthasdef"}, 16, 0, 1, 14, 0, -1, -1, '\001', '\0', 'c', '\0', '\0' }
DATA
(
insert
OID
=
0
(
1249
attrelid
26
0
4
1
0
-
1
-
1
t
f
i
f
f
));
DATA
(
insert
OID
=
0
(
1249
attrelid
26
0
4
1
0
-
1
-
1
t
f
i
f
f
));
DATA
(
insert
OID
=
0
(
1249
attname
19
0
NAMEDATALEN
2
0
-
1
-
1
f
f
i
f
f
));
DATA
(
insert
OID
=
0
(
1249
attname
19
0
NAMEDATALEN
2
0
-
1
-
1
f
f
i
f
f
));
...
@@ -356,20 +356,20 @@ DATA(insert OID = 0 ( 1249 cmax 29 0 4 -6 0 -1 -1 t f i f f));
...
@@ -356,20 +356,20 @@ DATA(insert OID = 0 ( 1249 cmax 29 0 4 -6 0 -1 -1 t f i f f));
* ----------------
* ----------------
*/
*/
#define Schema_pg_class \
#define Schema_pg_class \
{ 1259
l, {"relname"}, 19l
, 0, NAMEDATALEN, 1, 0, -1, -1, '\0', '\0', 'i', '\0', '\0' }, \
{ 1259
, {"relname"}, 19
, 0, NAMEDATALEN, 1, 0, -1, -1, '\0', '\0', 'i', '\0', '\0' }, \
{ 1259
l, {"reltype"}, 26l
, 0, 4, 2, 0, -1, -1, '\001', '\0', 'i', '\0', '\0' }, \
{ 1259
, {"reltype"}, 26
, 0, 4, 2, 0, -1, -1, '\001', '\0', 'i', '\0', '\0' }, \
{ 1259
l, {"relowner"}, 26l
, 0, 4, 3, 0, -1, -1, '\001', '\0', 'i', '\0', '\0' }, \
{ 1259
, {"relowner"}, 26
, 0, 4, 3, 0, -1, -1, '\001', '\0', 'i', '\0', '\0' }, \
{ 1259
l, {"relam"}, 26l
, 0, 4, 4, 0, -1, -1, '\001', '\0', 'i', '\0', '\0' }, \
{ 1259
, {"relam"}, 26
, 0, 4, 4, 0, -1, -1, '\001', '\0', 'i', '\0', '\0' }, \
{ 1259
l, {"relpages"}, 23, 0l
, 4, 5, 0, -1, -1, '\001', '\0', 'i', '\0', '\0' }, \
{ 1259
, {"relpages"}, 23, 0
, 4, 5, 0, -1, -1, '\001', '\0', 'i', '\0', '\0' }, \
{ 1259
l, {"reltuples"}, 23, 0l
, 4, 6, 0, -1, -1, '\001', '\0', 'i', '\0', '\0' }, \
{ 1259
, {"reltuples"}, 23, 0
, 4, 6, 0, -1, -1, '\001', '\0', 'i', '\0', '\0' }, \
{ 1259
l, {"relhasindex"}, 16, 0l
, 1, 7, 0, -1, -1, '\001', '\0', 'c', '\0', '\0' }, \
{ 1259
, {"relhasindex"}, 16, 0
, 1, 7, 0, -1, -1, '\001', '\0', 'c', '\0', '\0' }, \
{ 1259
l, {"relisshared"}, 16, 0l
, 1, 8, 0, -1, -1, '\001', '\0', 'c', '\0', '\0' }, \
{ 1259
, {"relisshared"}, 16, 0
, 1, 8, 0, -1, -1, '\001', '\0', 'c', '\0', '\0' }, \
{ 1259
l, {"relkind"}, 18, 0l
, 1, 9, 0, -1, -1, '\001', '\0', 'c', '\0', '\0' }, \
{ 1259
, {"relkind"}, 18, 0
, 1, 9, 0, -1, -1, '\001', '\0', 'c', '\0', '\0' }, \
{ 1259
l, {"relnatts"}, 21, 0l
, 2, 10, 0, -1, -1, '\001', '\0', 's', '\0', '\0' }, \
{ 1259
, {"relnatts"}, 21, 0
, 2, 10, 0, -1, -1, '\001', '\0', 's', '\0', '\0' }, \
{ 1259
l, {"relchecks"}, 21l
, 0, 2, 11, 0, -1, -1, '\001', '\0', 's', '\0', '\0' }, \
{ 1259
, {"relchecks"}, 21
, 0, 2, 11, 0, -1, -1, '\001', '\0', 's', '\0', '\0' }, \
{ 1259
l, {"reltriggers"}, 21l
, 0, 2, 12, 0, -1, -1, '\001', '\0', 's', '\0', '\0' }, \
{ 1259
, {"reltriggers"}, 21
, 0, 2, 12, 0, -1, -1, '\001', '\0', 's', '\0', '\0' }, \
{ 1259
l, {"relhasrules"}, 16, 0l
, 1, 13, 0, -1, -1, '\001', '\0', 'c', '\0', '\0' }, \
{ 1259
, {"relhasrules"}, 16, 0
, 1, 13, 0, -1, -1, '\001', '\0', 'c', '\0', '\0' }, \
{ 1259
l, {"relacl"}, 1034l
, 0, -1, 14, 0, -1, -1, '\0', '\0', 'i', '\0', '\0' }
{ 1259
, {"relacl"}, 1034
, 0, -1, 14, 0, -1, -1, '\0', '\0', 'i', '\0', '\0' }
DATA
(
insert
OID
=
0
(
1259
relname
19
0
NAMEDATALEN
1
0
-
1
-
1
f
f
i
f
f
));
DATA
(
insert
OID
=
0
(
1259
relname
19
0
NAMEDATALEN
1
0
-
1
-
1
f
f
i
f
f
));
DATA
(
insert
OID
=
0
(
1259
reltype
26
0
4
2
0
-
1
-
1
t
f
i
f
f
));
DATA
(
insert
OID
=
0
(
1259
reltype
26
0
4
2
0
-
1
-
1
t
f
i
f
f
));
...
@@ -447,7 +447,7 @@ DATA(insert OID = 0 ( 1219 cmax 29 0 4 -6 0 -1 -1 t f i f f));
...
@@ -447,7 +447,7 @@ DATA(insert OID = 0 ( 1219 cmax 29 0 4 -6 0 -1 -1 t f i f f));
* ----------------
* ----------------
*/
*/
#define Schema_pg_variable \
#define Schema_pg_variable \
{ 1264
l, {"varfoo"}, 26l
, 0, 4, 1, 0, -1, -1, '\001', '\0', 'i', '\0', '\0' }
{ 1264
, {"varfoo"}, 26
, 0, 4, 1, 0, -1, -1, '\001', '\0', 'i', '\0', '\0' }
DATA
(
insert
OID
=
0
(
1264
varfoo
26
0
4
1
0
-
1
-
1
t
f
i
f
f
));
DATA
(
insert
OID
=
0
(
1264
varfoo
26
0
4
1
0
-
1
-
1
t
f
i
f
f
));
...
@@ -458,7 +458,7 @@ DATA(insert OID = 0 ( 1264 varfoo 26 0 4 1 0 -1 -1 t f i f f));
...
@@ -458,7 +458,7 @@ DATA(insert OID = 0 ( 1264 varfoo 26 0 4 1 0 -1 -1 t f i f f));
* ----------------
* ----------------
*/
*/
#define Schema_pg_log \
#define Schema_pg_log \
{ 1269
l, {"logfoo"}, 26l
, 0, 4, 1, 0, -1, -1, '\001', '\0', 'i', '\0', '\0' }
{ 1269
, {"logfoo"}, 26
, 0, 4, 1, 0, -1, -1, '\001', '\0', 'i', '\0', '\0' }
DATA
(
insert
OID
=
0
(
1269
logfoo
26
0
4
1
0
-
1
-
1
t
f
i
f
f
));
DATA
(
insert
OID
=
0
(
1269
logfoo
26
0
4
1
0
-
1
-
1
t
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