Fix whitespace

This commit is contained in:
Peter Eisentraut 2025-05-07 07:01:03 +02:00
parent b560ce7884
commit 09a47c68e2
2 changed files with 0 additions and 2 deletions

View File

@ -251,4 +251,3 @@ sub setup_table
}
done_testing();

View File

@ -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";