Don't create a session when the /misc/ping test endpoint is called. Fixes #3371

This commit is contained in:
Aditya Toshniwal
2018-07-05 11:12:03 +01:00
committed by Dave Page
parent 165c4744b0
commit 82d77c4608
6 changed files with 61 additions and 18 deletions

View File

@@ -19,4 +19,5 @@ Bug fixes
| `Bug #3309 <https://redmine.postgresql.org/issues/3309>`_ - Fix Directory format support for backups.
| `Bug #3319 <https://redmine.postgresql.org/issues/3319>`_ - Cleanup and fix handling of Query Tool Cancel button status.
| `Bug #3363 <https://redmine.postgresql.org/issues/3363>`_ - Fix restoring of restore options for sections.
| `Bug #3371 <https://redmine.postgresql.org/issues/3371>`_ - Don't create a session when the /misc/ping test endpoint is called.
| `Bug #3457 <https://redmine.postgresql.org/issues/3457>`_ - Fix debugging of procedures in EPAS packages.