8000 do not log stmts in tap tests #2 · postgrespro/postgres_cluster@df90097 · GitHub
[go: up one dir, main page]

Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit df90097

Browse files
committed
do not log stmts in tap tests #2
1 parent 0ccc646 commit df90097

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

contrib/mmts/Cluster.pm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ sub configure
8383
my $raftport = $node->{raftport};
8484

8585
$node->append_conf("postgresql.conf", qq(
86-
log_statement = off
86+
log_statement = none
8787
listen_addresses = '$host'
8888
unix_socket_directories = ''
8989
port = $pgport

0 commit comments

Comments
 (0)
0