Clean up: remove spurious comment

This commit is contained in:
Javier Goizueta
2015-12-28 19:30:20 +01:00
parent 07326626b7
commit 2ff686de27

View File

@@ -184,9 +184,6 @@ AS $$
overview_rel := _CDB_Overview_Name(reloid, ref_z, overview_z);
reduction := power(2, 2*(overview_z - ref_z));
-- We'll avoid requiring a full sequential iteration on the table
-- by using ...
EXECUTE Format('DROP TABLE IF EXISTS %s CASCADE;', overview_rel);
-- Estimate number of rows