We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f54c13b commit 77102d2Copy full SHA for 77102d2
1 file changed
src/sqlancer/postgres/gen/PostgresIndexGenerator.java
@@ -134,6 +134,7 @@ public static SQLQueryAdapter generate(PostgresGlobalState globalState) {
134
errors.add("functions in index predicate must be marked IMMUTABLE");
135
errors.add("functions in index expression must be marked IMMUTABLE");
136
errors.add("result of range difference would not be contiguous");
137
+ errors.add("which is part of the partition key");
138
PostgresCommon.addCommonExpressionErrors(errors);
139
return new SQLQueryAdapter(sb.toString(), errors);
140
}
0 commit comments