Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 97a804c commit 2e1d1ebCopy full SHA for 2e1d1eb
src/backend/catalog/partition.c
@@ -189,9 +189,6 @@ static int get_partition_bound_num_indexes(PartitionBoundInfo b);
189
static int get_greatest_modulus(PartitionBoundInfo b);
190
static uint64 compute_hash_value(PartitionKey key, Datum *values, bool *isnull);
191
192
-/* SQL-callable function for use in hash partition CHECK constraints */
193
-PG_FUNCTION_INFO_V1(satisfies_hash_partition);
194
-
195
/*
196
* RelationBuildPartitionDesc
197
* Form rel's partition descriptor
0 commit comments