]> granicus.if.org Git - postgresql/commitdiff
Remove unnecessary prototypes in loadable modules
authorPeter Eisentraut <peter_e@gmx.net>
Wed, 4 Jan 2017 17:00:00 +0000 (12:00 -0500)
committerPeter Eisentraut <peter_e@gmx.net>
Tue, 17 Jan 2017 17:35:11 +0000 (12:35 -0500)
Reviewed-by: Pavel Stehule <pavel.stehule@gmail.com>
contrib/intarray/_int_selfuncs.c
contrib/sepgsql/sepgsql.h

index e17c0ecb11cd51517ad23cab62f9127c655ce982..bdc8a8d0079a630925c800dd776999235c7c0ad7 100644 (file)
@@ -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);
index 06dd29dddd56c8d794c6fe3ad3ff1a8c8e6962c5..9d245c2780114f64f5911c7792edc193116f2623 100644 (file)
@@ -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
  */