Always use @@plpythonu@@ as variable

This commit is contained in:
Raul Marin
2019-12-26 17:48:12 +01:00
parent ca1d5b0c91
commit 093e0bcb36
6 changed files with 17 additions and 17 deletions

View File

@@ -45,7 +45,7 @@ AS $$
plpy.warning('Error calling Invalidation Service to link Ghost Tables: ' + str(err))
break
tis_retry -= 1 # try reconnecting
$$ LANGUAGE 'plpythonu' VOLATILE PARALLEL UNSAFE;
$$ LANGUAGE '@@plpythonu@@' VOLATILE PARALLEL UNSAFE;
-- Enqueues a job to run Ghost tables linking process for the current user
CREATE OR REPLACE FUNCTION @extschema@.CDB_LinkGhostTables(event_name text DEFAULT 'USER')