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
a1e6a09a
Commit
a1e6a09a
authored
Feb 15, 2000
by
Thomas G. Lockhart
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix up tabbing for _int8 entry.
parent
5c4b2b23
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
src/include/catalog/pg_type.h
src/include/catalog/pg_type.h
+2
-2
No files found.
src/include/catalog/pg_type.h
View file @
a1e6a09a
...
@@ -8,7 +8,7 @@
...
@@ -8,7 +8,7 @@
* Portions Copyright (c) 1996-2000, PostgreSQL, Inc
* Portions Copyright (c) 1996-2000, PostgreSQL, Inc
* Portions Copyright (c) 1994, Regents of the University of California
* Portions Copyright (c) 1994, Regents of the University of California
*
*
* $Id: pg_type.h,v 1.
79 2000/01/26 05:57:59 momjian
Exp $
* $Id: pg_type.h,v 1.
80 2000/02/15 03:28:31 thomas
Exp $
*
*
* NOTES
* NOTES
* the genbki.sh script reads this file and generates .bki
* the genbki.sh script reads this file and generates .bki
...
@@ -329,7 +329,7 @@ DATA(insert OID = 1012 ( _cid PGUID -1 -1 f b t \054 0 29 array_in array_out
...
@@ -329,7 +329,7 @@ DATA(insert OID = 1012 ( _cid PGUID -1 -1 f b t \054 0 29 array_in array_out
DATA
(
insert
OID
=
1013
(
_oidvector
PGUID
-
1
-
1
f
b
t
\
054
0
30
array_in
array_out
array_in
array_out
i
_null_
));
DATA
(
insert
OID
=
1013
(
_oidvector
PGUID
-
1
-
1
f
b
t
\
054
0
30
array_in
array_out
array_in
array_out
i
_null_
));
DATA
(
insert
OID
=
1014
(
_bpchar
PGUID
-
1
-
1
f
b
t
\
054
0
1042
array_in
array_out
array_in
array_out
i
_null_
));
DATA
(
insert
OID
=
1014
(
_bpchar
PGUID
-
1
-
1
f
b
t
\
054
0
1042
array_in
array_out
array_in
array_out
i
_null_
));
DATA
(
insert
OID
=
1015
(
_varchar
PGUID
-
1
-
1
f
b
t
\
054
0
1043
array_in
array_out
array_in
array_out
i
_null_
));
DATA
(
insert
OID
=
1015
(
_varchar
PGUID
-
1
-
1
f
b
t
\
054
0
1043
array_in
array_out
array_in
array_out
i
_null_
));
DATA
(
insert
OID
=
1016
(
_int8
PGUID
-
1
-
1
f
b
t
\
054
0
20
array_in
array_out
array_in
array_out
d
_null_
));
DATA
(
insert
OID
=
1016
(
_int8
PGUID
-
1
-
1
f
b
t
\
054
0
20
array_in
array_out
array_in
array_out
d
_null_
));
DATA
(
insert
OID
=
1017
(
_point
PGUID
-
1
-
1
f
b
t
\
054
0
600
array_in
array_out
array_in
array_out
d
_null_
));
DATA
(
insert
OID
=
1017
(
_point
PGUID
-
1
-
1
f
b
t
\
054
0
600
array_in
array_out
array_in
array_out
d
_null_
));
DATA
(
insert
OID
=
1018
(
_lseg
PGUID
-
1
-
1
f
b
t
\
054
0
601
array_in
array_out
array_in
array_out
d
_null_
));
DATA
(
insert
OID
=
1018
(
_lseg
PGUID
-
1
-
1
f
b
t
\
054
0
601
array_in
array_out
array_in
array_out
d
_null_
));
DATA
(
insert
OID
=
1019
(
_path
PGUID
-
1
-
1
f
b
t
\
054
0
602
array_in
array_out
array_in
array_out
d
_null_
));
DATA
(
insert
OID
=
1019
(
_path
PGUID
-
1
-
1
f
b
t
\
054
0
602
array_in
array_out
array_in
array_out
d
_null_
));
...
...
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