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
5d7c9c90
Commit
5d7c9c90
authored
Jan 04, 2017
by
Peter Eisentraut
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Remove unnecessary prototypes in loadable modules
Reviewed-by:
Pavel Stehule
<
pavel.stehule@gmail.com
>
parent
6181c34d
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
0 additions
and
14 deletions
+0
-14
contrib/intarray/_int_selfuncs.c
contrib/intarray/_int_selfuncs.c
+0
-8
contrib/sepgsql/sepgsql.h
contrib/sepgsql/sepgsql.h
+0
-6
No files found.
contrib/intarray/_int_selfuncs.c
View file @
5d7c9c90
...
...
@@ -32,14 +32,6 @@ PG_FUNCTION_INFO_V1(_int_contains_joinsel);
PG_FUNCTION_INFO_V1
(
_int_contained_joinsel
);
PG_FUNCTION_INFO_V1
(
_int_matchsel
);
Datum
_int_overlap_sel
(
PG_FUNCTION_ARGS
);
Datum
_int_contains_sel
(
PG_FUNCTION_ARGS
);
Datum
_int_contained_sel
(
PG_FUNCTION_ARGS
);
Datum
_int_overlap_joinsel
(
PG_FUNCTION_ARGS
);
Datum
_int_contains_joinsel
(
PG_FUNCTION_ARGS
);
Datum
_int_contained_joinsel
(
PG_FUNCTION_ARGS
);
Datum
_int_matchsel
(
PG_FUNCTION_ARGS
);
static
Selectivity
int_query_opr_selec
(
ITEM
*
item
,
Datum
*
values
,
float4
*
freqs
,
int
nmncelems
,
float4
minfreq
);
...
...
contrib/sepgsql/sepgsql.h
View file @
5d7c9c90
...
...
@@ -276,12 +276,6 @@ extern char *sepgsql_get_label(Oid relOid, Oid objOid, int32 subId);
extern
void
sepgsql_object_relabel
(
const
ObjectAddress
*
object
,
const
char
*
seclabel
);
extern
Datum
sepgsql_getcon
(
PG_FUNCTION_ARGS
);
extern
Datum
sepgsql_setcon
(
PG_FUNCTION_ARGS
);
extern
Datum
sepgsql_mcstrans_in
(
PG_FUNCTION_ARGS
);
extern
Datum
sepgsql_mcstrans_out
(
PG_FUNCTION_ARGS
);
extern
Datum
sepgsql_restorecon
(
PG_FUNCTION_ARGS
);
/*
* dml.c
*/
...
...
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