mirror of
https://github.com/timescale/timescaledb.git
synced 2025-05-22 05:31:41 +08:00
Modify interpolate() call in gapfill test (#6146)
To work fine on dev-cloud tests, in presence of other extensions. Disable-check: force-changelog-file
This commit is contained in:
parent
0b87a069e7
commit
0d6f5f2634
@ -926,7 +926,7 @@ SELECT locf(NULL::int);
|
|||||||
|
|
||||||
(1 row)
|
(1 row)
|
||||||
|
|
||||||
SELECT interpolate(NULL);
|
SELECT interpolate(NULL::bigint);
|
||||||
interpolate
|
interpolate
|
||||||
|
|
||||||
(1 row)
|
(1 row)
|
||||||
|
@ -195,7 +195,7 @@ SELECT locf(1);
|
|||||||
SELECT interpolate(1);
|
SELECT interpolate(1);
|
||||||
-- test locf and interpolate call with NULL input
|
-- test locf and interpolate call with NULL input
|
||||||
SELECT locf(NULL::int);
|
SELECT locf(NULL::int);
|
||||||
SELECT interpolate(NULL);
|
SELECT interpolate(NULL::bigint);
|
||||||
|
|
||||||
\set ON_ERROR_STOP 0
|
\set ON_ERROR_STOP 0
|
||||||
-- test time_bucket_gapfill not top level function call
|
-- test time_bucket_gapfill not top level function call
|
||||||
|
Loading…
x
Reference in New Issue
Block a user