We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c128647 commit 48175e9Copy full SHA for 48175e9
1 file changed
flex-config/compatible.lua
@@ -474,7 +474,7 @@ local function make_column_hash(columns)
474
return h
475
end
476
477
-local function make_get_output(columns, hstore_all)
+local function make_get_output(columns)
478
local h = make_column_hash(columns)
479
if hstore_all then
480
return function(tags)
@@ -510,8 +510,8 @@ end
510
511
local has_generic_tag = make_check_in_list_func(generic_keys)
512
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)
+local get_point_output = make_get_output(point_columns)
+local get_non_point_output = make_get_output(non_point_columns)
515
516
local function get_hstore_column(tags)
517
local len = #hstore_column
0 commit comments