Add Reverse Engineered SQL tests for FDWs. Fixes #4441

This commit is contained in:
Aditya Toshniwal
2019-07-05 11:24:54 +01:00
committed by Dave Page
parent 954c0d3101
commit ba32c98241
17 changed files with 371 additions and 0 deletions
+1
View File
@@ -12,6 +12,7 @@ New features
| `Feature #4335 <https://redmine.postgresql.org/issues/4335>`_ - Add EXPLAIN options for SETTINGS and SUMMARY.
| `Feature #4415 <https://redmine.postgresql.org/issues/4415>`_ - Add Reverse Engineered SQL tests for Roles and Resource Groups.
| `Feature #4318 <https://redmine.postgresql.org/issues/4318>`_ - Set the mouse cursor appropriately based on the layout lock state.
| `Feature #4441 <https://redmine.postgresql.org/issues/4441>`_ - Add Reverse Engineered SQL tests for FDWs.
Bug fixes
*********