mirror of
https://github.com/Diggsey/sqlxmq.git
synced 2024-10-31 21:58:58 +00:00
5d287b7247
- Add functions to clear channels. - Clear all channels before stress test. - Abort stress test if spawning a job fails. - Add function to determine whether an operation can be retried. - Bump version to 0.3.0.
14 lines
369 B
SQL
14 lines
369 B
SQL
DROP FUNCTION mq_clear;
|
|
DROP FUNCTION mq_clear_all;
|
|
DROP FUNCTION mq_checkpoint;
|
|
DROP FUNCTION mq_keep_alive;
|
|
DROP FUNCTION mq_delete;
|
|
DROP FUNCTION mq_commit;
|
|
DROP FUNCTION mq_insert;
|
|
DROP FUNCTION mq_poll;
|
|
DROP FUNCTION mq_active_channels;
|
|
DROP FUNCTION mq_latest_message;
|
|
DROP TABLE mq_payloads;
|
|
DROP TABLE mq_msgs;
|
|
DROP FUNCTION mq_uuid_exists;
|
|
DROP TYPE mq_new_t;
|