Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Implement all API functions in PL/pgSQL (#212)
* Move list queues to PL/pgSQL * Move purge queue to PL/pgSQL * Add integration test for purge queue * Move detach archive to PL/pgSQL * Move pop to PL/pgSQL, add integration test for pop * Move set_vt to PL/pgSQL * Move drop_queue to PL/pgSQL * Move create and create non partitioned to PL/pgSQL * Move create_unlogged to PL/pgSQL * Move create partitioned to PL/pgSQL * Remove dead code * Better formatting * v1.2.0 bump
- Loading branch information