File tree Expand file tree Collapse file tree 1 file changed +12
-12
lines changed
src/backend/access/transam Expand file tree Collapse file tree 1 file changed +12
-12
lines changed Original file line number Diff line number Diff line change @@ -5144,29 +5144,29 @@ BlockStateAsString(TBlockState blockState)
5144
5144
case TBLOCK_ABORT :
5145
5145
return "ABORT" ;
5146
5146
case TBLOCK_ABORT_END :
5147
- return "ABORT END " ;
5147
+ return "ABORT_END " ;
5148
5148
case TBLOCK_ABORT_PENDING :
5149
- return "ABORT PEND " ;
5149
+ return "ABORT_PENDING " ;
5150
5150
case TBLOCK_PREPARE :
5151
5151
return "PREPARE" ;
5152
5152
case TBLOCK_SUBBEGIN :
5153
- return "SUB BEGIN " ;
5153
+ return "SUBBEGIN " ;
5154
5154
case TBLOCK_SUBINPROGRESS :
5155
- return "SUB INPROGRS " ;
5155
+ return "SUBINPROGRESS " ;
5156
5156
case TBLOCK_SUBRELEASE :
5157
- return "SUB RELEASE " ;
5157
+ return "SUBRELEASE " ;
5158
5158
case TBLOCK_SUBCOMMIT :
5159
- return "SUB COMMIT " ;
5159
+ return "SUBCOMMIT " ;
5160
5160
case TBLOCK_SUBABORT :
5161
- return "SUB ABORT " ;
5161
+ return "SUBABORT " ;
5162
5162
case TBLOCK_SUBABORT_END :
5163
- return "SUB ABORT END " ;
5163
+ return "SUBABORT_END " ;
5164
5164
case TBLOCK_SUBABORT_PENDING :
5165
- return "SUB ABRT PEND " ;
5165
+ return "SUBABORT_PENDING " ;
5166
5166
case TBLOCK_SUBRESTART :
5167
- return "SUB RESTART " ;
5167
+ return "SUBRESTART " ;
5168
5168
case TBLOCK_SUBABORT_RESTART :
5169
- return "SUB AB RESTRT " ;
5169
+ return "SUBABORT_RESTART " ;
5170
5170
}
5171
5171
return "UNRECOGNIZED" ;
5172
5172
}
@@ -5185,7 +5185,7 @@ TransStateAsString(TransState state)
5185
5185
case TRANS_START :
5186
5186
return "START" ;
5187
5187
case TRANS_INPROGRESS :
5188
- return "INPROGR " ;
5188
+ return "INPROGRESS " ;
5189
5189
case TRANS_COMMIT :
5190
5190
return "COMMIT" ;
5191
5191
case TRANS_ABORT :
You can’t perform that action at this time.
0 commit comments