Fix issues when running under pg10

This commit is contained in:
Raul Marin 2017-10-24 17:38:53 +02:00 committed by Raúl Marín
parent 386eccdda2
commit f24d15f6ca
2 changed files with 2 additions and 2 deletions

View File

@ -63,7 +63,7 @@ LANGUAGE 'plpgsql' VOLATILE;
CREATE OR REPLACE FUNCTION CDB_UserDataSize()
RETURNS bigint AS
$$
SELECT public.CDB_UserDataSize('public');
SELECT CDB_UserDataSize('public');
$$
LANGUAGE 'sql' VOLATILE;

View File

@ -1,5 +1,5 @@
set client_min_messages to error;
\set VERBOSITY default
\set VERBOSITY TERSE
-- See the dice
SELECT setseed(0.5);