File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -3553,7 +3553,7 @@ DROP TABLE ruletest2;
3553
3553
--
3554
3554
-- Test non-SELECT rule on security invoker view.
3555
3555
-- Should use view owner's permissions.
3556
- --
3556
+ --
3557
3557
CREATE USER regress_rule_user1;
3558
3558
CREATE TABLE ruletest_t1 (x int);
3559
3559
CREATE TABLE ruletest_t2 (x int);
Original file line number Diff line number Diff line change @@ -1294,7 +1294,7 @@ DROP TABLE ruletest2;
1294
1294
--
1295
1295
-- Test non-SELECT rule on security invoker view.
1296
1296
-- Should use view owner's permissions.
1297
- --
1297
+ --
1298
1298
CREATE USER regress_rule_user1 ;
1299
1299
1300
1300
CREATE TABLE ruletest_t1 (x int );
Original file line number Diff line number Diff line change 34
34
{
35
35
my $needs_pgdllimport = 1;
36
36
37
- # By convention we declare global variables explicitly extern. We're
37
+ # By convention we declare global variables explicitly extern. We're
38
38
# looking for those not already marked with PGDLLIMPORT.
39
39
$needs_pgdllimport = 0 if $raw_line !~ / ^extern\s +/
40
40
|| $raw_line =~ / PGDLLIMPORT/ ;
You can’t perform that action at this time.
0 commit comments