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

Commit1fd0d5e

Browse files
committed
Whitespace fix - replace tab with spaces in CREATE TABLE command.
1 parenta2edb02 commit1fd0d5e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2122,7 +2122,7 @@ EXPLAIN (COSTS OFF) SELECT * FROM y2 WHERE f_leak('abc');
21222122
(2 rows)
21232123

21242124
CREATE TABLE test_qual_pushdown (
2125-
abctext
2125+
abctext
21262126
);
21272127
INSERT INTO test_qual_pushdown VALUES ('abc'),('def');
21282128
SELECT * FROM y2 JOIN test_qual_pushdown ON (b = abc) WHERE f_leak(abc);

‎src/test/regress/sql/rowsecurity.sql

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -802,7 +802,7 @@ SELECT * FROM y2 WHERE f_leak('abc');
802802
EXPLAIN (COSTS OFF)SELECT*FROM y2WHERE f_leak('abc');
803803

804804
CREATETABLEtest_qual_pushdown (
805-
abctext
805+
abctext
806806
);
807807

808808
INSERT INTO test_qual_pushdownVALUES ('abc'),('def');

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp