@@ -132,14 +132,8 @@ struct TTxState {
132132 item (TxCopySequence, 86 ) \
133133 item (TxDropReplication, 87 ) \
134134 item (TxCreateContinuousBackup, 88 ) \
135- item (TxCreateContinuousBackupAtTable, 89 ) \
136- item (TxAlterContinuousBackup, 90 ) \
137- item (TxAlterContinuousBackupAtTable, 91 ) \
138- item (TxDropContinuousBackup, 92 ) \
139- item (TxDropContinuousBackupAtTable, 93 ) \
140- item (TxCreateContinuousBackupAtTableWithInitialScan, 94 ) \
141- item (TxAlterContinuousBackupAtTableDropSnapshot, 95 ) \
142- item (TxDropContinuousBackupAtTableDropSnapshot, 96 )
135+ item (TxAlterContinuousBackup, 89 ) \
136+ item (TxDropContinuousBackup, 90 ) \
143137
144138 // TX_STATE_TYPE_ENUM
145139
@@ -361,8 +355,6 @@ struct TTxState {
361355 case TxInitializeBuildIndex: // this is more like alter
362356 case TxCreateCdcStreamAtTable:
363357 case TxCreateCdcStreamAtTableWithInitialScan:
364- case TxCreateContinuousBackupAtTable:
365- case TxCreateContinuousBackupAtTableWithInitialScan:
366358 return false ;
367359 case TxCreateLock: // this is more like alter
368360 case TxDropLock: // this is more like alter
@@ -394,8 +386,6 @@ struct TTxState {
394386 case TxDropExternalDataSource:
395387 case TxDropView:
396388 case TxDropContinuousBackup:
397- case TxDropContinuousBackupAtTable:
398- case TxDropContinuousBackupAtTableDropSnapshot:
399389 return false ;
400390 case TxAlterPQGroup:
401391 case TxAlterTable:
@@ -428,8 +418,6 @@ struct TTxState {
428418 case TxAlterExternalDataSource:
429419 case TxAlterView:
430420 case TxAlterContinuousBackup:
431- case TxAlterContinuousBackupAtTable:
432- case TxAlterContinuousBackupAtTableDropSnapshot:
433421 return false ;
434422 case TxMoveTable:
435423 case TxMoveTableIndex:
@@ -500,10 +488,6 @@ struct TTxState {
500488 case TxCreateView:
501489 case TxCopySequence:
502490 case TxCreateContinuousBackup:
503- case TxCreateContinuousBackupAtTable:
504- case TxCreateContinuousBackupAtTableWithInitialScan:
505- case TxDropContinuousBackupAtTable:
506- case TxDropContinuousBackupAtTableDropSnapshot:
507491 return false ;
508492 case TxAlterPQGroup:
509493 case TxAlterTable:
@@ -536,8 +520,6 @@ struct TTxState {
536520 case TxAlterExternalDataSource:
537521 case TxAlterView:
538522 case TxAlterContinuousBackup:
539- case TxAlterContinuousBackupAtTable:
540- case TxAlterContinuousBackupAtTableDropSnapshot:
541523 return false ;
542524 case TxMoveTable:
543525 case TxMoveTableIndex:
@@ -610,10 +592,6 @@ struct TTxState {
610592 case TxCreateExternalDataSource:
611593 case TxCreateView:
612594 case TxCreateContinuousBackup:
613- case TxCreateContinuousBackupAtTable:
614- case TxCreateContinuousBackupAtTableWithInitialScan:
615- case TxDropContinuousBackupAtTable:
616- case TxDropContinuousBackupAtTableDropSnapshot:
617595 return false ;
618596 case TxAlterPQGroup:
619597 case TxAlterTable:
@@ -647,8 +625,6 @@ struct TTxState {
647625 case TxAlterExternalDataSource:
648626 case TxAlterView:
649627 case TxAlterContinuousBackup:
650- case TxAlterContinuousBackupAtTable:
651- case TxAlterContinuousBackupAtTableDropSnapshot:
652628 return false ;
653629 case TxInvalid:
654630 Y_DEBUG_ABORT_UNLESS (" UNREACHABLE" );
0 commit comments