removing raise notices and lower test bounds
This commit is contained in:
@@ -3,7 +3,7 @@
|
||||
|
||||
With dist As (
|
||||
SELECT random()::numeric As val
|
||||
FROM generate_series(1,5000000) t
|
||||
FROM generate_series(1,50000) t
|
||||
)
|
||||
|
||||
SELECT
|
||||
|
||||
Reference in New Issue
Block a user