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

Commit80c8772

Browse files
committed
Fix whitespace
1 parent38abc39 commit80c8772

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

‎src/test/regress/expected/rules.out

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3553,7 +3553,7 @@ DROP TABLE ruletest2;
35533553
--
35543554
-- Test non-SELECT rule on security invoker view.
35553555
-- Should use view owner's permissions.
3556-
--
3556+
--
35573557
CREATE USER regress_rule_user1;
35583558
CREATE TABLE ruletest_t1 (x int);
35593559
CREATE TABLE ruletest_t2 (x int);

‎src/test/regress/sql/rules.sql

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1294,7 +1294,7 @@ DROP TABLE ruletest2;
12941294
--
12951295
-- Test non-SELECT rule on security invoker view.
12961296
-- Should use view owner's permissions.
1297-
--
1297+
--
12981298
CREATEUSERregress_rule_user1;
12991299

13001300
CREATETABLEruletest_t1 (xint);

‎src/tools/mark_pgdllimport.pl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
{
3535
my$needs_pgdllimport = 1;
3636

37-
# By convention we declare global variables explicitly extern. We're
37+
# By convention we declare global variables explicitly extern. We're
3838
# looking for those not already marked with PGDLLIMPORT.
3939
$needs_pgdllimport = 0if$raw_line !~/^extern\s+/
4040
||$raw_line =~/PGDLLIMPORT/;

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp