Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit5d7c9c9

Browse files
committed
Remove unnecessary prototypes in loadable modules
Reviewed-by: Pavel Stehule <pavel.stehule@gmail.com>
1 parent6181c34 commit5d7c9c9

File tree

2 files changed

+0
-14
lines changed

2 files changed

+0
-14
lines changed

‎contrib/intarray/_int_selfuncs.c

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -32,14 +32,6 @@ PG_FUNCTION_INFO_V1(_int_contains_joinsel);
3232
PG_FUNCTION_INFO_V1(_int_contained_joinsel);
3333
PG_FUNCTION_INFO_V1(_int_matchsel);
3434

35-
Datum_int_overlap_sel(PG_FUNCTION_ARGS);
36-
Datum_int_contains_sel(PG_FUNCTION_ARGS);
37-
Datum_int_contained_sel(PG_FUNCTION_ARGS);
38-
Datum_int_overlap_joinsel(PG_FUNCTION_ARGS);
39-
Datum_int_contains_joinsel(PG_FUNCTION_ARGS);
40-
Datum_int_contained_joinsel(PG_FUNCTION_ARGS);
41-
Datum_int_matchsel(PG_FUNCTION_ARGS);
42-
4335

4436
staticSelectivityint_query_opr_selec(ITEM*item,Datum*values,float4*freqs,
4537
intnmncelems,float4minfreq);

‎contrib/sepgsql/sepgsql.h

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -276,12 +276,6 @@ extern char *sepgsql_get_label(Oid relOid, Oid objOid, int32 subId);
276276
externvoidsepgsql_object_relabel(constObjectAddress*object,
277277
constchar*seclabel);
278278

279-
externDatumsepgsql_getcon(PG_FUNCTION_ARGS);
280-
externDatumsepgsql_setcon(PG_FUNCTION_ARGS);
281-
externDatumsepgsql_mcstrans_in(PG_FUNCTION_ARGS);
282-
externDatumsepgsql_mcstrans_out(PG_FUNCTION_ARGS);
283-
externDatumsepgsql_restorecon(PG_FUNCTION_ARGS);
284-
285279
/*
286280
* dml.c
287281
*/

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp