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
91d983aa
Commit
91d983aa
authored
Jan 26, 1998
by
Bruce Momjian
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
cash_words_out fix
parent
20e11f29
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
5 deletions
+5
-5
src/include/catalog/pg_proc.h
src/include/catalog/pg_proc.h
+3
-3
src/include/storage/s_lock.h
src/include/storage/s_lock.h
+2
-2
No files found.
src/include/catalog/pg_proc.h
View file @
91d983aa
...
...
@@ -6,7 +6,7 @@
*
* Copyright (c) 1994, Regents of the University of California
*
* $Id: pg_proc.h,v 1.4
4 1998/01/25 20:23:40
momjian Exp $
* $Id: pg_proc.h,v 1.4
5 1998/01/26 01:01:31
momjian Exp $
*
* NOTES
* The script catalog/genbki.sh reads this file and generates .bki
...
...
@@ -251,7 +251,7 @@ DATA(insert OID = 108 ( intgtjoinsel PGUID 11 f t f 5 f 701 "26 26 21 26 21"
DESCR
(
"selectivity"
);
DATA
(
insert
OID
=
112
(
int4_text
PGUID
11
f
t
f
1
f
25
"23"
100
0
0
100
foo
bar
));
DESCR
(
"convert"
);
DESCR
(
"convert"
);
DATA
(
insert
OID
=
113
(
int2_text
PGUID
11
f
t
f
1
f
25
"21"
100
0
0
100
foo
bar
));
DESCR
(
"convert"
);
DATA
(
insert
OID
=
114
(
oid_text
PGUID
11
f
t
f
1
f
25
"26"
100
0
0
100
foo
bar
));
...
...
@@ -1178,7 +1178,7 @@ DATA(insert OID = 886 ( cash_in PGUID 11 f t f 1 f 790 "0" 100 0 0 100 fo
DESCR
(
"(internal)"
);
DATA
(
insert
OID
=
887
(
cash_out
PGUID
11
f
t
f
1
f
23
"0"
100
0
0
100
foo
bar
));
DESCR
(
"(internal)"
);
DATA
(
insert
OID
=
1273
(
cash_words_out
PGUID
11
f
t
f
1
f
2
3
"
0"
100
0
0
100
foo
bar
));
DATA
(
insert
OID
=
1273
(
cash_words_out
PGUID
11
f
t
f
1
f
2
5
"79
0"
100
0
0
100
foo
bar
));
DESCR
(
"output amount as words"
);
DATA
(
insert
OID
=
888
(
cash_eq
PGUID
11
f
t
f
2
f
16
"790 790"
100
0
0
100
foo
bar
));
DESCR
(
"equals"
);
...
...
src/include/storage/s_lock.h
View file @
91d983aa
...
...
@@ -7,7 +7,7 @@
*
*
* IDENTIFICATION
* $Header: /cvsroot/pgsql/src/include/storage/s_lock.h,v 1.2
0 1998/01/25 05:23:59 scrappy
Exp $
* $Header: /cvsroot/pgsql/src/include/storage/s_lock.h,v 1.2
1 1998/01/26 01:01:37 momjian
Exp $
*
*-------------------------------------------------------------------------
*/
...
...
@@ -117,7 +117,7 @@
* Solaris 2
*/
#if (
(
defined(__i386__) || defined(__sparc__)) && defined(__sun__)
#if (defined(__i386__) || defined(__sparc__)) && defined(__sun__)
/* for xxxxx_solaris, this is defined in port/.../tas.s */
static
int
tas
(
slock_t
*
lock
);
...
...
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