!2616 修复AUTO_INCREMENT自增列约束问题,gs_dump支持导出自增列索引
Merge pull request !2616 from 李居东/fixbug
This commit is contained in:
@ -160,4 +160,5 @@ extern int getPartitionElementsIndexByOid(Relation partTableRel, Oid partOid);
|
||||
|
||||
extern void SetPartionIndexType(IndexStmt* stmt, Relation rel, bool is_alter_table);
|
||||
extern bool ConstraintSatisfyAutoIncrement(HeapTuple tuple, TupleDesc desc, AttrNumber attrnum, char contype);
|
||||
extern void CheckRelAutoIncrementIndex(Oid relid, LOCKMODE lockmode);
|
||||
#endif /* TABLECMDS_H */
|
||||
|
||||
Reference in New Issue
Block a user