Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit 2e1d1eb

Browse files
committed
Remove redundant function declaration
1 parent 97a804c commit 2e1d1eb

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

src/backend/catalog/partition.c

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -189,9 +189,6 @@ static int get_partition_bound_num_indexes(PartitionBoundInfo b);
189189
static int get_greatest_modulus(PartitionBoundInfo b);
190190
static uint64 compute_hash_value(PartitionKey key, Datum *values, bool *isnull);
191191

192-
/* SQL-callable function for use in hash partition CHECK constraints */
193-
PG_FUNCTION_INFO_V1(satisfies_hash_partition);
194-
195192
/*
196193
* RelationBuildPartitionDesc
197194
* Form rel's partition descriptor

0 commit comments

Comments
 (0)