Fix availability info for PC_Get(pcpatch)

This commit is contained in:
Sandro Santilli 2015-03-18 17:13:20 +01:00
parent 9f3d96cea6
commit 007c7f86fd

View File

@ -81,7 +81,7 @@ CREATE OR REPLACE FUNCTION PC_Get(pt pcpoint, dimname text)
RETURNS numeric AS 'MODULE_PATHNAME', 'pcpoint_get_value'
LANGUAGE 'c' IMMUTABLE STRICT;
-- Availability: 2.0
-- Availability: 1.1.0
CREATE OR REPLACE FUNCTION PC_Get(pt pcpoint)
RETURNS float8[] AS 'MODULE_PATHNAME', 'pcpoint_get_values'
LANGUAGE 'c' IMMUTABLE STRICT;