fix: prevent spread embed to use aggregates when disabled

This commit is contained in:
Laurence Isla
2024-08-21 16:56:32 -05:00
parent 9a079607dd
commit 3539aaff89
3 changed files with 28 additions and 3 deletions
+4
View File
@@ -13,6 +13,10 @@ This project adheres to [Semantic Versioning](http://semver.org/).
- #2858, Performance improvements when calling RPCs via GET using indexes in more cases - @wolfgangwalther
- #3560, Log resolved host in "Listening on ..." messages - @develop7
### Fixed
- #3693, Prevent spread embedding to allow aggregates when they are disabled - @laurenceisla
### Changed
- #2052, Dropped support for PostgreSQL 9.6 - @wolfgangwalther