Fix dropping schema cache reload notifications

* test: bad schema reload
* refactor: DRY using the "extra" lib
* refactor: move worker funtions inside AppState
* Also rename Workers.hs to Admin.hs
This commit is contained in:
Steve Chavez
2023-06-02 12:22:17 -05:00
committed by GitHub
parent 14be3fb671
commit a852b766eb
15 changed files with 460 additions and 409 deletions
+4
View File
@@ -15,6 +15,10 @@ This project adheres to [Semantic Versioning](http://semver.org/).
+ New config option `db-pre-config`(empty by default)
+ Allows using the in-database configuration without SUPERUSER
### Fixed
- #2791, Fix dropping schema cache reload notifications - @steve-chavez
## [11.0.1] - 2023-04-27
### Fixed