-
Notifications
You must be signed in to change notification settings - Fork 72
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
drop queue should infer queue type #302
Comments
|
/attempt #302
|
Can I get this assigned? @ChuckHend |
/attempt #302
|
💡 @Neptune650 submitted a pull request that claims the bounty. You can visit your bounty board to reward. |
implemented in #319 |
🎉🎈 @Neptune650 has been awarded $150! 🎈🎊 |
pgmq/pgmq-extension/sql/pgmq.sql
Line 453 in 2783a6b
pgmq.drop_queue()
on a partitioned queue without the flag, there will be some orphaned pg_partman stuff laying around.the
pgmq.meta
table has an attribute that tracks whether table is partitioned. So on the drop_queue() call, I think we should drop thepartitioned
and replace it with a query to something likeselect is_partitioned from pgmq.meta where ....
The text was updated successfully, but these errors were encountered: