Movatterモバイル変換


[0]ホーム

URL:


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

Sign up
Appearance settings

Commitf1e9085

Browse files
committed
Fix pgperlcritic complaint, per buildfarm.
Author: Michael PaquierDiscussion:https://postgr.es/m/YdlYfS/l%2BPQA0ehs%40paquier.xyz
1 parentfe594ab commitf1e9085

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

‎src/test/subscription/t/027_nosuperuser.pl

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
my ($node_publisher,$node_subscriber,$publisher_connstr,$result,$offset);
1111
$offset = 0;
1212

13-
subpublish_insert($$)
13+
subpublish_insert
1414
{
1515
my ($tbl,$new_i) =@_;
1616
$node_publisher->safe_psql('postgres',qq(
@@ -19,7 +19,7 @@ ($$)
1919
));
2020
}
2121

22-
subpublish_update($$$)
22+
subpublish_update
2323
{
2424
my ($tbl,$old_i,$new_i) =@_;
2525
$node_publisher->safe_psql('postgres',qq(
@@ -28,7 +28,7 @@ ($$$)
2828
));
2929
}
3030

31-
subpublish_delete($$)
31+
subpublish_delete
3232
{
3333
my ($tbl,$old_i) =@_;
3434
$node_publisher->safe_psql('postgres',qq(
@@ -37,7 +37,7 @@ ($$)
3737
));
3838
}
3939

40-
subexpect_replication($$$$$)
40+
subexpect_replication
4141
{
4242
my ($tbl,$cnt,$min,$max,$testname) =@_;
4343
$node_publisher->wait_for_catchup('admin_sub');
@@ -46,7 +46,7 @@ ($$$$$)
4646
is ($result,"$cnt|$min|$max",$testname);
4747
}
4848

49-
subexpect_failure($$$$$$)
49+
subexpect_failure
5050
{
5151
my ($tbl,$cnt,$min,$max,$re,$testname) =@_;
5252
$offset =$node_subscriber->wait_for_log($re,$offset);
@@ -55,28 +55,28 @@ ($$$$$$)
5555
is ($result,"$cnt|$min|$max",$testname);
5656
}
5757

58-
subrevoke_superuser($)
58+
subrevoke_superuser
5959
{
6060
my ($role) =@_;
6161
$node_subscriber->safe_psql('postgres',qq(
6262
ALTER ROLE$role NOSUPERUSER));
6363
}
6464

65-
subgrant_superuser($)
65+
subgrant_superuser
6666
{
6767
my ($role) =@_;
6868
$node_subscriber->safe_psql('postgres',qq(
6969
ALTER ROLE$role SUPERUSER));
7070
}
7171

72-
subrevoke_bypassrls($)
72+
subrevoke_bypassrls
7373
{
7474
my ($role) =@_;
7575
$node_subscriber->safe_psql('postgres',qq(
7676
ALTER ROLE$role NOBYPASSRLS));
7777
}
7878

79-
subgrant_bypassrls($)
79+
subgrant_bypassrls
8080
{
8181
my ($role) =@_;
8282
$node_subscriber->safe_psql('postgres',qq(

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp