-
Type: Bug
-
Resolution: Fixed
-
Priority: Major - P3
-
Affects Version/s: 4.0.4
-
Component/s: Internal Code
-
Fully Compatible
-
ALL
-
Execution Team 2019-06-03
It appears that the catalog RAII objects will construct a string with the resource name intended for error reporting regardless of whether error reporting needs to be done or not. This is kind of wasteful and can easily be fixed by just passing the resource id instead and only constructing a string in the uassert statement.
In addition, there is a string copy on this line.