Update gapfill test for PG12

The `plan_gapfill` test for PG12 wasn't updated after having removed
the notice about expired license that was previously in the test. This
change updates the test to account for removal of the license message.
This commit is contained in:
Erik Nordström 2020-03-06 15:42:20 +01:00 committed by Erik Nordström
parent dfcb6afb39
commit dad7eaa790

View File

@ -18,7 +18,6 @@ SELECT
FROM (VALUES (now(),1),(now(),NULL),(now(),NULL)) as t(time,c2)
GROUP BY 1
ORDER BY 1;
WARNING: Timescale License expired
QUERY PLAN
-----------------------------------------------------------------------------------------
Custom Scan (GapFill)