Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit c426872

Browse files
author
Commitfest Bot
committed
[PATCH]: ./tap-logs-backend_type.patch
1 parent 3c4d755 commit c426872

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/test/perl/PostgreSQL/Test/Cluster.pm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -684,7 +684,7 @@ sub init
684684
print $conf "\n# Added by PostgreSQL::Test::Cluster.pm\n";
685685
print $conf "fsync = off\n";
686686
print $conf "restart_after_crash = off\n";
687-
print $conf "log_line_prefix = '%m [%p] %q%a '\n";
687+
print $conf "log_line_prefix = '%m [%b,%p] %q%a '\n";
688688
print $conf "log_statement = all\n";
689689
print $conf "log_replication_commands = on\n";
690690
print $conf "wal_retrieve_retry_interval = '500ms'\n";

0 commit comments

Comments
 (0)