Set log_line_prefix and application name in test drivers
Peter Eisentraut <peter_e@gmx.net>
Set log_line_prefix and application name in test drivers Before pg_regress runs psql, set the application name to the test name. Similarly, set the application name to the test file name in the TAP tests. Also, set a default log_line_prefix that show the application name, as well as the PID and a time stamp. That way, the server log output can be correlated to the test input files, making debugging a bit easier.
Files
| Path | Change | +/− |
|---|---|---|
| src/test/perl/PostgresNode.pm | modified | +1 −0 |
| src/test/perl/TestLib.pm | modified | +2 −0 |
| src/test/regress/pg_regress.c | modified | +1 −0 |
| src/test/regress/pg_regress_main.c | modified | +7 −0 |