-- Copyright (c) 2016-2018 Timescale, Inc. All Rights Reserved. -- -- This file is licensed under the Apache License, -- see LICENSE-APACHE at the top level directory. \set ECHO errors \set VERBOSITY default DO $$ BEGIN ASSERT( _timescaledb_internal.get_partition_for_key(''::text) = 669664877 ); ASSERT( _timescaledb_internal.get_partition_for_key('dev1'::text) = 1129986420 ); ASSERT( _timescaledb_internal.get_partition_for_key('longlonglonglongpartitionkey'::text) = 1169179734); END$$;