COST statement should not be automatically duplicated after creating trigger function. Fixes #3526

This commit is contained in:
Akshay Joshi
2018-08-06 11:54:25 +05:30
parent e9e8b0b433
commit a17aa212f0
2 changed files with 3 additions and 3 deletions

View File

@@ -34,4 +34,5 @@ Bug fixes
| `Bug #3457 <https://redmine.postgresql.org/issues/3457>`_ - Fix debugging of procedures in EPAS packages.
| `Bug #3468 <https://redmine.postgresql.org/issues/3468>`_ - Support SSH tunneling with keys that don't have a passphrase.
| `Bug #3471 <https://redmine.postgresql.org/issues/3471>`_ - Ensure the SSH tunnel port number is honoured.
| `Bug #3526 <https://redmine.postgresql.org/issues/3526>`_ - COST statement should not be automatically duplicated after creating trigger function.
| `Bug #3527 <https://redmine.postgresql.org/issues/3527>`_ - View Data->Filtered Rows dialog should be displayed.