mirror of
https://git.postgresql.org/git/postgresql.git
synced 2026-02-16 03:17:00 +08:00
Whitespace fix - replace tab with spaces in CREATE TABLE command.
This commit is contained in:
@ -802,7 +802,7 @@ SELECT * FROM y2 WHERE f_leak('abc');
|
||||
EXPLAIN (COSTS OFF) SELECT * FROM y2 WHERE f_leak('abc');
|
||||
|
||||
CREATE TABLE test_qual_pushdown (
|
||||
abc text
|
||||
abc text
|
||||
);
|
||||
|
||||
INSERT INTO test_qual_pushdown VALUES ('abc'),('def');
|
||||
|
||||
Reference in New Issue
Block a user