File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -474,7 +474,7 @@ local function make_column_hash(columns)
474474 return h
475475end
476476
477- local function make_get_output (columns , hstore_all )
477+ local function make_get_output (columns )
478478 local h = make_column_hash (columns )
479479 if hstore_all then
480480 return function (tags )
510510
511511local has_generic_tag = make_check_in_list_func (generic_keys )
512512
513- local get_point_output = make_get_output (point_columns , hstore_all )
514- local get_non_point_output = make_get_output (non_point_columns , hstore_all )
513+ local get_point_output = make_get_output (point_columns )
514+ local get_non_point_output = make_get_output (non_point_columns )
515515
516516local function get_hstore_column (tags )
517517 local len = # hstore_column
You can’t perform that action at this time.
0 commit comments