New features (and bug fixes)
1. alter large sequence
2. subpartition
2.1 split subpartition
2.2 truncate subpartition
3. 支持load
4. 支持start-with/connect-by
5. ...
This commit is contained in:
@ -707,7 +707,6 @@ static HTAB* load_categories_hash(char* cats_sql, MemoryContext per_query_ctx)
|
||||
MemoryContextSwitchTo(SPIcontext);
|
||||
}
|
||||
}
|
||||
|
||||
if (SPI_finish() != SPI_OK_FINISH)
|
||||
/* internal error */
|
||||
elog(ERROR, "load_categories_hash: SPI_finish() failed");
|
||||
|
||||
Reference in New Issue
Block a user