-- This file and its contents are licensed under the Apache License 2.0. -- Please see the included NOTICE for copyright information and -- LICENSE-APACHE for a copy of the license. CREATE FUNCTION extension_state() RETURNS TEXT AS '@MODULE_PATHNAME@', 'ts_extension_get_state' LANGUAGE C;