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
042ec823
Commit
042ec823
authored
Mar 14, 1999
by
Bruce Momjian
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Cleanup of hash functions in pg_proc.
parent
1d3166d3
Changes
2
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3806 additions
and
3816 deletions
+3806
-3816
src/backend/parser/gram.c
src/backend/parser/gram.c
+3795
-3805
src/include/catalog/pg_proc.h
src/include/catalog/pg_proc.h
+11
-11
No files found.
src/backend/parser/gram.c
View file @
042ec823
This diff is collapsed.
Click to expand it.
src/include/catalog/pg_proc.h
View file @
042ec823
...
...
@@ -6,7 +6,7 @@
*
* Copyright (c) 1994, Regents of the University of California
*
* $Id: pg_proc.h,v 1.9
1 1999/03/14 05:09:00
momjian Exp $
* $Id: pg_proc.h,v 1.9
2 1999/03/14 16:32:46
momjian Exp $
*
* NOTES
* The script catalog/genbki.sh reads this file and generates .bki
...
...
@@ -819,25 +819,25 @@ DATA(insert OID = 447 ( hashrestrpos PGUID 11 f t f 1 f 23 "0" 100 0 0 100
DESCR
(
"hash(internal)"
);
DATA
(
insert
OID
=
448
(
hashbuild
PGUID
11
f
t
f
9
f
23
"0"
100
0
0
100
foo
bar
));
DESCR
(
"hash(internal)"
);
DATA
(
insert
OID
=
449
(
hashint2
PGUID
11
f
t
f
2
f
23
"21
21"
100
0
0
100
foo
bar
));
DATA
(
insert
OID
=
449
(
hashint2
PGUID
11
f
t
f
1
f
23
"
21"
100
0
0
100
foo
bar
));
DESCR
(
"hash"
);
DATA
(
insert
OID
=
450
(
hashint4
PGUID
11
f
t
f
2
f
23
"23
23"
100
0
0
100
foo
bar
));
DATA
(
insert
OID
=
450
(
hashint4
PGUID
11
f
t
f
1
f
23
"
23"
100
0
0
100
foo
bar
));
DESCR
(
"hash"
);
DATA
(
insert
OID
=
949
(
hashint8
PGUID
11
f
t
f
2
f
23
"20
20"
100
0
0
100
foo
bar
));
DATA
(
insert
OID
=
949
(
hashint8
PGUID
11
f
t
f
1
f
23
"
20"
100
0
0
100
foo
bar
));
DESCR
(
"hash"
);
DATA
(
insert
OID
=
451
(
hashfloat4
PGUID
11
f
t
f
2
f
23
"700
700"
100
0
0
100
foo
bar
));
DATA
(
insert
OID
=
451
(
hashfloat4
PGUID
11
f
t
f
1
f
23
"
700"
100
0
0
100
foo
bar
));
DESCR
(
"hash"
);
DATA
(
insert
OID
=
452
(
hashfloat8
PGUID
11
f
t
f
2
f
23
"701
701"
100
0
0
100
foo
bar
));
DATA
(
insert
OID
=
452
(
hashfloat8
PGUID
11
f
t
f
1
f
23
"
701"
100
0
0
100
foo
bar
));
DESCR
(
"hash"
);
DATA
(
insert
OID
=
453
(
hashoid
PGUID
11
f
t
f
2
f
23
"26
26"
100
0
0
100
foo
bar
));
DATA
(
insert
OID
=
453
(
hashoid
PGUID
11
f
t
f
1
f
23
"
26"
100
0
0
100
foo
bar
));
DESCR
(
"hash"
);
DATA
(
insert
OID
=
454
(
hashchar
PGUID
11
f
t
f
2
f
23
"18
18"
100
0
0
100
foo
bar
));
DATA
(
insert
OID
=
454
(
hashchar
PGUID
11
f
t
f
1
f
23
"
18"
100
0
0
100
foo
bar
));
DESCR
(
"hash"
);
DATA
(
insert
OID
=
455
(
hashname
PGUID
11
f
t
f
2
f
23
"19
19"
100
0
0
100
foo
bar
));
DATA
(
insert
OID
=
455
(
hashname
PGUID
11
f
t
f
1
f
23
"
19"
100
0
0
100
foo
bar
));
DESCR
(
"hash"
);
DATA
(
insert
OID
=
456
(
hashtext
PGUID
11
f
t
f
2
f
23
"25
25"
100
0
0
100
foo
bar
));
DATA
(
insert
OID
=
456
(
hashtext
PGUID
11
f
t
f
1
f
23
"
25"
100
0
0
100
foo
bar
));
DESCR
(
"hash"
);
DATA
(
insert
OID
=
457
(
hashoid8
PGUID
11
f
t
f
2
f
23
"30
30"
100
0
0
100
foo
bar
));
DATA
(
insert
OID
=
457
(
hashoid8
PGUID
11
f
t
f
1
f
23
"
30"
100
0
0
100
foo
bar
));
DESCR
(
"hash"
);
DATA
(
insert
OID
=
458
(
text_larger
PGUID
11
f
t
f
2
f
25
"25 25"
100
0
0
100
foo
bar
));
DESCR
(
"larger of two"
);
...
...
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