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:
Pallavi Sontakke 2023-10-04 16:44:16 +05:30 committed by GitHub
parent 0b87a069e7
commit 0d6f5f2634
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -926,7 +926,7 @@ SELECT locf(NULL::int);
(1 row)
SELECT interpolate(NULL);
SELECT interpolate(NULL::bigint);
interpolate
(1 row)

View File

@ -195,7 +195,7 @@ SELECT locf(1);
SELECT interpolate(1);
-- test locf and interpolate call with NULL input
SELECT locf(NULL::int);
SELECT interpolate(NULL);
SELECT interpolate(NULL::bigint);
\set ON_ERROR_STOP 0
-- test time_bucket_gapfill not top level function call