diff options
author | Marko Kreen | 2010-03-12 13:14:16 +0000 |
---|---|---|
committer | Marko Kreen | 2010-03-12 13:14:16 +0000 |
commit | 6fb8f533c9f64b1eed9407f9643ec9c555266c78 (patch) | |
tree | 9c4e83e02bb23bdfc28b40269e95d8c366a66096 | |
parent | 661b58010af2756464687582a567d5b1f60f1e47 (diff) |
pgq upgrade: missed few obsoleted functions
-rw-r--r-- | upgrade/src/v3.0_pgq_core.sql | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/upgrade/src/v3.0_pgq_core.sql b/upgrade/src/v3.0_pgq_core.sql index 585bc93a..b18d8a7d 100644 --- a/upgrade/src/v3.0_pgq_core.sql +++ b/upgrade/src/v3.0_pgq_core.sql @@ -38,6 +38,10 @@ drop function pgq.failed_event_retry(text, text, bigint); drop function pgq.event_failed(bigint, bigint, text); drop table pgq.failed_queue; +-- drop obsolete functions +drop function pgq.ticker(text, bigint); +drop function pgq.register_consumer(text, text, int8); + -- drop types and related functions drop function pgq.get_batch_events(bigint); drop function pgq.get_batch_info(bigint); |