Remove default port 5432 in generic function

This commit is contained in:
Rafa de la Torre
2019-11-12 13:27:42 +01:00
parent 26f91001ee
commit d3ae4b808c

View File

@@ -130,7 +130,7 @@ LANGUAGE SQL VOLATILE PARALLEL UNSAFE;
--
CREATE OR REPLACE FUNCTION @extschema@.__CDB_FS_TCP_Network_Latency(
host text,
port integer DEFAULT 5432,
port integer,
timeout_seconds float DEFAULT 5.0
)
RETURNS float