@@ -507,7 +507,7 @@ check_is_super_user(ClusterInfo *cluster)
507507/*
508508 *check_for_isn_and_int8_passing_mismatch()
509509 *
510- */ contrib/isn relies on data type int8, and in 8.4 int8 can now be passed
510+ *contrib/isn relies on data type int8, and in 8.4 int8 can now be passed
511511 *by value. The schema dumps the CREATE TYPE PASSEDBYVALUE setting so
512512 *it must match for the old and new servers.
513513 */
@@ -519,7 +519,7 @@ check_for_isn_and_int8_passing_mismatch(ClusterInfo *cluster)
519519bool found = false;
520520char output_path [MAXPGPATH ];
521521
522- prep_status ("Checking for/ contrib/isn with bigint-passing mismatch" );
522+ prep_status ("Checking for contrib/isn with bigint-passing mismatch" );
523523
524524if (old_cluster .controldata .float8_pass_by_value ==
525525new_cluster .controldata .float8_pass_by_value )
@@ -581,12 +581,12 @@ check_for_isn_and_int8_passing_mismatch(ClusterInfo *cluster)
581581{
582582pg_log (PG_REPORT ,"fatal\n" );
583583pg_log (PG_FATAL ,
584- "| Your installation contains \"/ contrib/isn\" functions\n"
584+ "| Your installation contains \"contrib/isn\" functions\n"
585585"| which rely on the bigint data type. Your old and\n"
586586"| new clusters pass bigint values differently so this\n"
587587"| cluster cannot currently be upgraded. You can\n"
588- "| manually upgrade data that use \"/ contrib/isn\"\n"
589- "| facilities and remove \"/ contrib/isn\" from the\n"
588+ "| manually upgrade data that use \"contrib/isn\"\n"
589+ "| facilities and remove \"contrib/isn\" from the\n"
590590"| old cluster and restart the upgrade. A list\n"
591591"| of the problem functions is in the file:\n"
592592"| \t%s\n\n" ,output_path );