File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -77,8 +77,8 @@ static void removeFromChangedVars(Package *package);
77
77
78
78
/* Constructors */
79
79
static void makePackHTAB (Package * package , bool is_trans );
80
- static inline ChangedObject *
81
- makeChangedObject ( TransObject * object , MemoryContext ctx );
80
+ static inline ChangedObject * makeChangedObject ( TransObject * object ,
81
+ MemoryContext ctx );
82
82
83
83
#define CHECK_ARGS_FOR_NULL () \
84
84
do { \
@@ -1260,7 +1260,7 @@ makePackHTAB(Package *package, bool is_trans)
1260
1260
ALLOCSET_DEFAULT_SIZES );
1261
1261
1262
1262
snprintf (hash_name , BUFSIZ , "%s variables hash for package \"%s\"" ,
1263
- is_trans ? "Transactional" : "Regular" , package -> transObject . name );
1263
+ is_trans ? "Transactional" : "Regular" , GetName ( package ) );
1264
1264
ctl .keysize = NAMEDATALEN ;
1265
1265
ctl .entrysize = sizeof (Variable );
1266
1266
ctl .hcxt = (is_trans ? package -> hctxTransact : package -> hctxRegular );
You can’t perform that action at this time.
0 commit comments