From: xiong w. <wan...@gm...> - 2010-12-09 11:06:42
|
Dears, steps: postgres=# begin; BEGIN postgres=# create sequence seq2; CREATE SEQUENCE postgres=# rollback; ROLLBACK postgres=# create sequence seq2; ERROR: GTM error, could not create sequence GTM log: 2:1089829184:2010-12-09 19:02:41.941 CST -LOG: Sequence with the given key already exists LOCATION: seq_add_seqinfo, gtm_seq.c:169 3:1089829184:2010-12-09 19:02:41.941 CST -ERROR: Failed to open a new sequence LOCATION: ProcessSequenceInitCommand, gtm_seq.c:751 When rollback a transaction, the sequence created in the transaction cann't be removed from GTM. Regards, Benny |