add missing formatstring args

This commit is contained in:
John Krauss
2016-07-12 10:15:53 -04:00
parent d3d5cbdbbd
commit 6b41994a87
+1 -1
View File
@@ -404,7 +404,7 @@ BEGIN
AND (numer_timespan = %L OR (%L IS NULL))
ORDER BY numer_timespan DESC
LIMIT 1 ',
boundary_id, measure_id)
boundary_id, measure_id, time_span, time_span)
INTO colname, data_geoid_colname, target_table;
RAISE DEBUG 'target_table %, colname %', target_table, colname;