@ -858,7 +858,7 @@ check_for_isn_and_int8_passing_mismatch(ClusterInfo *cluster)
output_path , strerror ( errno ) ) ;
output_path , strerror ( errno ) ) ;
if ( ! db_used )
if ( ! db_used )
{
{
fprintf ( script , " D atabase: %s\n " , active_db - > db_name ) ;
fprintf ( script , " In d atabase: %s\n " , active_db - > db_name ) ;
db_used = true ;
db_used = true ;
}
}
fprintf ( script , " %s.%s \n " ,
fprintf ( script , " %s.%s \n " ,
@ -937,7 +937,7 @@ check_for_tables_with_oids(ClusterInfo *cluster)
output_path , strerror ( errno ) ) ;
output_path , strerror ( errno ) ) ;
if ( ! db_used )
if ( ! db_used )
{
{
fprintf ( script , " D atabase: %s\n " , active_db - > db_name ) ;
fprintf ( script , " In d atabase: %s\n " , active_db - > db_name ) ;
db_used = true ;
db_used = true ;
}
}
fprintf ( script , " %s.%s \n " ,
fprintf ( script , " %s.%s \n " ,
@ -1046,7 +1046,7 @@ check_for_reg_data_type_usage(ClusterInfo *cluster)
output_path , strerror ( errno ) ) ;
output_path , strerror ( errno ) ) ;
if ( ! db_used )
if ( ! db_used )
{
{
fprintf ( script , " D atabase: %s\n " , active_db - > db_name ) ;
fprintf ( script , " In d atabase: %s\n " , active_db - > db_name ) ;
db_used = true ;
db_used = true ;
}
}
fprintf ( script , " %s.%s.%s \n " ,
fprintf ( script , " %s.%s.%s \n " ,
@ -1137,7 +1137,7 @@ check_for_jsonb_9_4_usage(ClusterInfo *cluster)
output_path , strerror ( errno ) ) ;
output_path , strerror ( errno ) ) ;
if ( ! db_used )
if ( ! db_used )
{
{
fprintf ( script , " D atabase: %s\n " , active_db - > db_name ) ;
fprintf ( script , " In d atabase: %s\n " , active_db - > db_name ) ;
db_used = true ;
db_used = true ;
}
}
fprintf ( script , " %s.%s.%s \n " ,
fprintf ( script , " %s.%s.%s \n " ,