projects
/
users
/
bernd
/
postgres.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
97a804c
)
Remove redundant function declaration
author
Peter Eisentraut
<peter_e@gmx.net>
Mon, 19 Feb 2018 03:20:27 +0000
(22:20 -0500)
committer
Peter Eisentraut
<peter_e@gmx.net>
Mon, 19 Feb 2018 03:28:11 +0000
(22:28 -0500)
src/backend/catalog/partition.c
patch
|
blob
|
blame
|
history
diff --git
a/src/backend/catalog/partition.c
b/src/backend/catalog/partition.c
index 31c80c7f1adca626251638cf67b73d02479b773b..4dddfcc0142a9f5ca5e4eb47683685ac27000e2c 100644
(file)
--- a/
src/backend/catalog/partition.c
+++ b/
src/backend/catalog/partition.c
@@
-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