projects
/
postgresql.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1af91dc
)
Fix whitespace
author
Peter Eisentraut
Sun, 20 Sep 2020 12:41:28 +0000
(14:41 +0200)
committer
Peter Eisentraut
Sun, 20 Sep 2020 12:41:28 +0000
(14:41 +0200)
src/backend/partitioning/partprune.c
patch
|
blob
|
blame
|
history
diff --git
a/src/backend/partitioning/partprune.c
b/src/backend/partitioning/partprune.c
index d7339f068ddfa7fb785d47b8cc02bb456c7bbaf3..040fc9b5be707a14575f8e19b44fc7daffa580d0 100644
(file)
--- a/
src/backend/partitioning/partprune.c
+++ b/
src/backend/partitioning/partprune.c
@@
-2427,7
+2427,7
@@
get_steps_using_prefix_recurse(GeneratePruningStepsContext *context,
* have either equality clauses or an IS NULL clause, so if a
* partition key doesn't have an expression, it would be specified
* in step_nullkeys.
- */
+ */
Assert(context->rel->part_scheme->strategy
!= PARTITION_STRATEGY_HASH ||
list_length(step_exprs) + 2 + bms_num_members(step_nullkeys) ==