Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
P
postgres-lambda-diff
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Jakob Huber
postgres-lambda-diff
Commits
07f06478
Commit
07f06478
authored
28 years ago
by
Thomas G. Lockhart
Browse files
Options
Downloads
Patches
Plain Diff
Ensure double alignment for time and arrays of circles.
parent
8ab1271f
No related branches found
No related tags found
No related merge requests found
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
src/include/catalog/pg_type.h
+3
-3
3 additions, 3 deletions
src/include/catalog/pg_type.h
with
3 additions
and
3 deletions
src/include/catalog/pg_type.h
+
3
−
3
View file @
07f06478
...
...
@@ -7,7 +7,7 @@
*
* Copyright (c) 1994, Regents of the University of California
*
* $Id: pg_type.h,v 1.1
1
1997/0
4
/2
2
1
7:32:26 scrappy
Exp $
* $Id: pg_type.h,v 1.1
2
1997/0
5
/2
6
1
6:55:23 thomas
Exp $
*
* NOTES
* the genbki.sh script reads this file and generates .bki
...
...
@@ -238,7 +238,7 @@ DATA(insert OID = 705 ( unknown PGUID -1 -1 f b t \054 0 18 textin textout
#define UNKNOWNOID 705
DATA
(
insert
OID
=
718
(
circle
PGUID
24
47
f
b
t
\
054
0
0
circle_in
circle_out
circle_in
circle_out
d
_null_
));
DATA
(
insert
OID
=
719
(
_circle
PGUID
-
1
-
1
f
b
t
\
054
0
718
array_in
array_out
array_in
array_out
i
_null_
));
DATA
(
insert
OID
=
719
(
_circle
PGUID
-
1
-
1
f
b
t
\
054
0
718
array_in
array_out
array_in
array_out
d
_null_
));
DATA
(
insert
OID
=
790
(
money
PGUID
4
24
f
b
t
\
054
0
0
cash_in
cash_out
cash_in
cash_out
i
_null_
));
DATA
(
insert
OID
=
791
(
_money
PGUID
-
1
-
1
f
b
t
\
054
0
790
array_in
array_out
array_in
array_out
i
_null_
));
...
...
@@ -294,7 +294,7 @@ DATA(insert OID = 1043 ( varchar PGUID -1 -1 f b t \054 0 18 varcharin var
DATA
(
insert
OID
=
1082
(
date
PGUID
4
10
t
b
t
\
054
0
0
date_in
date_out
date_in
date_out
i
_null_
));
#define DATEOID 1082
DATA
(
insert
OID
=
1083
(
time
PGUID
8
16
f
b
t
\
054
0
0
time_in
time_out
time_in
time_out
i
_null_
));
DATA
(
insert
OID
=
1083
(
time
PGUID
8
16
f
b
t
\
054
0
0
time_in
time_out
time_in
time_out
d
_null_
));
#define TIMEOID 1083
/* OIDS 1100 - 1199 */
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment