Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 166290
Collapse All | Expand All

(-)pg_regress.c~ (-1 / +1 lines)
Lines 2046-2052 Link Here
2046
		 */
2046
		 */
2047
		header(_("starting postmaster"));
2047
		header(_("starting postmaster"));
2048
		snprintf(buf, sizeof(buf),
2048
		snprintf(buf, sizeof(buf),
2049
				 SYSTEMQUOTE "\"%s/postgres\" -D \"%s/data\" -F%s -c \"listen_addresses=%s\" > \"%s/log/postmaster.log\" 2>&1" SYSTEMQUOTE,
2049
				 SYSTEMQUOTE "\"%s/postgres\" -D \"%s/data\" -F%s -c \"listen_addresses=%s\" -k /tmp > \"%s/log/postmaster.log\" 2>&1" SYSTEMQUOTE,
2050
				 bindir, temp_install,
2050
				 bindir, temp_install,
2051
				 debug ? " -d 5" : "",
2051
				 debug ? " -d 5" : "",
2052
				 hostname ? hostname : "",
2052
				 hostname ? hostname : "",

Return to bug 166290