]> granicus.if.org Git - postgresql/commitdiff
Fix incorrect path in pg_regress log messages.
authorFujii Masao <fujii@postgresql.org>
Tue, 7 Jul 2015 16:54:17 +0000 (01:54 +0900)
committerFujii Masao <fujii@postgresql.org>
Tue, 7 Jul 2015 16:55:02 +0000 (01:55 +0900)
Back-patch to 9.5 where the bug was introduced.

David Christensen

src/test/regress/pg_regress.c

index a267894751e4574db1fb71322cdb957feef69916..ed8c369e5cb57a7697a19f0051f1be310323735d 100644 (file)
@@ -2223,7 +2223,7 @@ regression_main(int argc, char *argv[], init_function ifunc, test_function tfunc
                                 temp_instance);
                if (system(buf))
                {
-                       fprintf(stderr, _("\n%s: initdb failed\nExamine %s/log/initdb.log for the reason.\nCommand was: %s\n"), progname, outputdir, buf);
+                       fprintf(stderr, _("\n%s: initdb failed\nExamine %s/log/initdb.log for the reason.\nCommand was: %s\n"), progname, temp_instance, buf);
                        exit(2);
                }
 
@@ -2353,7 +2353,7 @@ regression_main(int argc, char *argv[], init_function ifunc, test_function tfunc
                        if (WaitForSingleObject(postmaster_pid, 0) == WAIT_OBJECT_0)
 #endif
                        {
-                               fprintf(stderr, _("\n%s: postmaster failed\nExamine %s/log/postmaster.log for the reason\n"), progname, outputdir);
+                               fprintf(stderr, _("\n%s: postmaster failed\nExamine %s/log/postmaster.log for the reason\n"), progname, temp_instance);
                                exit(2);
                        }
 
@@ -2361,7 +2361,7 @@ regression_main(int argc, char *argv[], init_function ifunc, test_function tfunc
                }
                if (i >= 60)
                {
-                       fprintf(stderr, _("\n%s: postmaster did not respond within 60 seconds\nExamine %s/log/postmaster.log for the reason\n"), progname, outputdir);
+                       fprintf(stderr, _("\n%s: postmaster did not respond within 60 seconds\nExamine %s/log/postmaster.log for the reason\n"), progname, temp_instance);
 
                        /*
                         * If we get here, the postmaster is probably wedged somewhere in