We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 89a48dd + 6a352e8 commit 7fcd1ceCopy full SHA for 7fcd1ce
src/sqlancer/postgres/gen/PostgresReindexGenerator.java
@@ -58,7 +58,6 @@ public static SQLQueryAdapter create(PostgresGlobalState globalState) {
58
throw new AssertionError(scope);
59
}
60
errors.add("already contains data"); // FIXME bug report
61
- errors.add("does not exist"); // internal index
62
errors.add("REINDEX is not yet implemented for partitioned indexes");
63
return new SQLQueryAdapter(sb.toString(), errors);
64
0 commit comments