@@ -507,7 +507,7 @@ check_is_super_user(ClusterInfo *cluster)
507
507
/*
508
508
* check_for_isn_and_int8_passing_mismatch()
509
509
*
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
511
511
* by value. The schema dumps the CREATE TYPE PASSEDBYVALUE setting so
512
512
* it must match for the old and new servers.
513
513
*/
@@ -519,7 +519,7 @@ check_for_isn_and_int8_passing_mismatch(ClusterInfo *cluster)
519
519
bool found = false;
520
520
char output_path [MAXPGPATH ];
521
521
522
- prep_status ("Checking for / contrib/isn with bigint-passing mismatch" );
522
+ prep_status ("Checking for contrib/isn with bigint-passing mismatch" );
523
523
524
524
if (old_cluster .controldata .float8_pass_by_value ==
525
525
new_cluster .controldata .float8_pass_by_value )
@@ -581,12 +581,12 @@ check_for_isn_and_int8_passing_mismatch(ClusterInfo *cluster)
581
581
{
582
582
pg_log (PG_REPORT , "fatal\n" );
583
583
pg_log (PG_FATAL ,
584
- "| Your installation contains \"/ contrib/isn\" functions\n"
584
+ "| Your installation contains \"contrib/isn\" functions\n"
585
585
"| which rely on the bigint data type. Your old and\n"
586
586
"| new clusters pass bigint values differently so this\n"
587
587
"| 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"
590
590
"| old cluster and restart the upgrade. A list\n"
591
591
"| of the problem functions is in the file:\n"
592
592
"| \t%s\n\n" , output_path );
0 commit comments