mirror of
https://github.com/timescale/timescaledb.git
synced 2025-05-15 01:53:41 +08:00
Add a TAP test that checks that the extensions state is updated across concurrent sessions/backends when the extension is "dropped" or "created".
7 lines
291 B
MySQL
7 lines
291 B
MySQL
-- 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;
|