mirror of
https://github.com/timescale/timescaledb.git
synced 2025-05-25 15:50:27 +08:00
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:
parent
dfcb6afb39
commit
dad7eaa790
@ -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)
|
||||
|
Loading…
x
Reference in New Issue
Block a user