mirror of
https://github.com/postgres/postgres.git
synced 2025-04-27 22:56:53 +03:00
Fix whitespace
This commit is contained in:
parent
38abc39c81
commit
80c877271a
@ -3553,7 +3553,7 @@ DROP TABLE ruletest2;
|
||||
--
|
||||
-- Test non-SELECT rule on security invoker view.
|
||||
-- Should use view owner's permissions.
|
||||
--
|
||||
--
|
||||
CREATE USER regress_rule_user1;
|
||||
CREATE TABLE ruletest_t1 (x int);
|
||||
CREATE TABLE ruletest_t2 (x int);
|
||||
|
@ -1294,7 +1294,7 @@ DROP TABLE ruletest2;
|
||||
--
|
||||
-- Test non-SELECT rule on security invoker view.
|
||||
-- Should use view owner's permissions.
|
||||
--
|
||||
--
|
||||
CREATE USER regress_rule_user1;
|
||||
|
||||
CREATE TABLE ruletest_t1 (x int);
|
||||
|
@ -34,7 +34,7 @@ for my $include_file (@ARGV)
|
||||
{
|
||||
my $needs_pgdllimport = 1;
|
||||
|
||||
# By convention we declare global variables explicitly extern. We're
|
||||
# By convention we declare global variables explicitly extern. We're
|
||||
# looking for those not already marked with PGDLLIMPORT.
|
||||
$needs_pgdllimport = 0 if $raw_line !~ /^extern\s+/
|
||||
|| $raw_line =~ /PGDLLIMPORT/;
|
||||
|
Loading…
x
Reference in New Issue
Block a user