Ensure the runtime core application is setup before trying to access any settings. Fixes #3333

This commit is contained in:
Dave Page
2018-05-08 09:54:33 +01:00
parent 3ac3e73daf
commit c68848e7f3
2 changed files with 3 additions and 3 deletions

View File

@@ -22,3 +22,4 @@ Bug fixes
| `Bug #3308 <https://redmine.postgresql.org/issues/3308>`_ - Fixed issue where icon for Partitioned tables was the same as Non Partitioned tables for Greenplum database
| `Bug #3238 <https://redmine.postgresql.org/issues/3238>`_ - Standardise the error handling for parsing of JSON response messages from the server.
| `Bug #3324 <https://redmine.postgresql.org/issues/3324>`_ - Fix the template loader to work reliably under Windows (fixing external tables under Greenplum)
| `Bug #3333 <https://redmine.postgresql.org/issues/3333>`_ - Ensure the runtime core application is setup before trying to access any settings.