From: Abbas B. <abb...@en...> - 2013-04-24 17:42:11
|
Hi, The test was failing because ctid was being selected and was not being reset explicitly. SAVEPOINT is not implemented yet and the transaction fails because of that statement. Due to the failure / rollback the ctid remains incremented and that incremented value is dependent on cluster configuration. The solution is to explicitly reset ctid using truncate statement. -- *Abbas* Architect Ph: 92.334.5100153 Skype ID: gabbasb www.enterprisedb.co <http://www.enterprisedb.com/>m<http://www.enterprisedb.com/> * Follow us on Twitter* @EnterpriseDB Visit EnterpriseDB for tutorials, webinars, whitepapers<http://www.enterprisedb.com/resources-community>and more<http://www.enterprisedb.com/resources-community> |