1
0
mirror of https://github.com/postgres/postgres.git synced 2025-07-30 11:03:19 +03:00

Remove redundant function declaration

This commit is contained in:
Peter Eisentraut
2018-02-18 22:20:27 -05:00
parent 97a804cb2b
commit 2e1d1ebdff

View 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