]> granicus.if.org Git - postgresql/commitdiff
Remove redundant function declaration
authorPeter Eisentraut <peter_e@gmx.net>
Mon, 19 Feb 2018 03:20:27 +0000 (22:20 -0500)
committerPeter Eisentraut <peter_e@gmx.net>
Mon, 19 Feb 2018 03:28:11 +0000 (22:28 -0500)
src/backend/catalog/partition.c

index 31c80c7f1adca626251638cf67b73d02479b773b..4dddfcc0142a9f5ca5e4eb47683685ac27000e2c 100644 (file)
@@ -189,9 +189,6 @@ static int  get_partition_bound_num_indexes(PartitionBoundInfo b);
 static int     get_greatest_modulus(PartitionBoundInfo b);
 static uint64 compute_hash_value(PartitionKey key, Datum *values, bool *isnull);
 
-/* SQL-callable function for use in hash partition CHECK constraints */
-PG_FUNCTION_INFO_V1(satisfies_hash_partition);
-
 /*
  * RelationBuildPartitionDesc
  *             Form rel's partition descriptor