Fixed cannot unpack non-iterable response object error when selecting any partition. Fixes #6344

This commit is contained in:
Akshay Joshi
2021-03-31 12:08:01 +05:30
parent fb0d8c348a
commit 07f2df7e66
3 changed files with 4 additions and 3 deletions

View File

@@ -19,4 +19,5 @@ Bug fixes
*********
| `Issue #6293 <https://redmine.postgresql.org/issues/6293>`_ - Fixed an issue where the procedure creation is failed when providing the Volatility option.
| `Issue #6344 <https://redmine.postgresql.org/issues/6344>`_ - Fixed cannot unpack non-iterable response object error when selecting any partition.
| `Issue #6356 <https://redmine.postgresql.org/issues/6356>`_ - Mark the Apache HTTPD config file as such in the web DEB and RPM packages.