diff options
Diffstat (limited to 'src/backend/partitioning/partprune.c')
-rw-r--r-- | src/backend/partitioning/partprune.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/backend/partitioning/partprune.c b/src/backend/partitioning/partprune.c index 9006afd9d21..9a1a7faac7a 100644 --- a/src/backend/partitioning/partprune.c +++ b/src/backend/partitioning/partprune.c @@ -1825,7 +1825,7 @@ match_clause_to_partition_key(GeneratePruningStepsContext *context, BooleanTest *new_booltest = (BooleanTest *) copyObject(clause); NullTest *nulltest; - /* We expect 'noteq' to only be set to true for BooleanTests */ + /* We expect 'notclause' to only be set to true for BooleanTests */ Assert(IsA(clause, BooleanTest)); /* reverse the bool test */ |