@@ -2223,7 +2223,7 @@ regression_main(int argc, char *argv[], init_function ifunc, test_function tfunc
22232223temp_instance );
22242224if (system (buf ))
22252225{
2226- fprintf (stderr ,_ ("\n%s: initdb failed\nExamine %s/log/initdb.log for the reason.\nCommand was: %s\n" ),progname ,outputdir ,buf );
2226+ fprintf (stderr ,_ ("\n%s: initdb failed\nExamine %s/log/initdb.log for the reason.\nCommand was: %s\n" ),progname ,temp_instance ,buf );
22272227exit (2 );
22282228}
22292229
@@ -2353,15 +2353,15 @@ regression_main(int argc, char *argv[], init_function ifunc, test_function tfunc
23532353if (WaitForSingleObject (postmaster_pid ,0 )== WAIT_OBJECT_0 )
23542354#endif
23552355{
2356- fprintf (stderr ,_ ("\n%s: postmaster failed\nExamine %s/log/postmaster.log for the reason\n" ),progname ,outputdir );
2356+ fprintf (stderr ,_ ("\n%s: postmaster failed\nExamine %s/log/postmaster.log for the reason\n" ),progname ,temp_instance );
23572357exit (2 );
23582358}
23592359
23602360pg_usleep (1000000L );
23612361}
23622362if (i >=60 )
23632363{
2364- fprintf (stderr ,_ ("\n%s: postmaster did not respond within 60 seconds\nExamine %s/log/postmaster.log for the reason\n" ),progname ,outputdir );
2364+ fprintf (stderr ,_ ("\n%s: postmaster did not respond within 60 seconds\nExamine %s/log/postmaster.log for the reason\n" ),progname ,temp_instance );
23652365
23662366/*
23672367 * If we get here, the postmaster is probably wedged somewhere in