mirror of
https://github.com/postgres/postgres.git
synced 2026-04-04 16:55:45 -04:00
Fix whitespace
This commit is contained in:
parent
b560ce7884
commit
09a47c68e2
2 changed files with 0 additions and 2 deletions
|
|
@ -251,4 +251,3 @@ sub setup_table
|
|||
}
|
||||
|
||||
done_testing();
|
||||
|
||||
|
|
|
|||
|
|
@ -167,4 +167,3 @@ FROM cte;
|
|||
SELECT pg_stat_statements_reset() IS NOT NULL AS t;
|
||||
SELECT ARRAY[1, 2, 3, 4, 5, 6, 7, 8, 9, 10];
|
||||
SELECT query, calls FROM pg_stat_statements ORDER BY query COLLATE "C";
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue