tembo-io / pgmq

A lightweight message queue. Like AWS SQS and RSMQ but on Postgres.
PostgreSQL License
2.55k stars 58 forks source link

move extension to ./pgmq-extension #266

Closed ChuckHend closed 3 months ago

ChuckHend commented 3 months ago

Moves all the extension files to ./extension. This will hopefully help keep the overall project (pg extension, client libraries) more organized. This should hopefully make it easier to separate the various CI jobs for each sub-project in this repo.

ChuckHend commented 3 months ago

I'm thinking maybe wait to merge this until after @theory PRs merge so that there are not massive merge conflicts.

v0idpwn commented 3 months ago

Maybe overthinking but could call it pgmq-extension, envisioning possible extra extensions in the future, like a different one for topics/routing/fan-out, or bgw/rust, etc

ChuckHend commented 3 months ago

pgmq-extension

Good idea. I'll push that up.