Fixed DLL load failed while importing bcrypt. Fixes #6072

This commit is contained in:
Akshay Joshi
2020-12-08 14:40:37 +05:30
parent bb25e85834
commit eee23aa642
2 changed files with 5 additions and 3 deletions
+1
View File
@@ -34,3 +34,4 @@ Bug fixes
| `Issue #5998 <https://redmine.postgresql.org/issues/5998>`_ - Fixed an issue where schema diff doesn't show the result of compare if source schema has tables with RLS.
| `Issue #6003 <https://redmine.postgresql.org/issues/6003>`_ - Fixed an issue where an illegal argument is showing for trigger SQL when a trigger is created for View.
| `Issue #6022 <https://redmine.postgresql.org/issues/6022>`_ - Fixed an issue where shared servers import is failing.
| `Issue #6072 <https://redmine.postgresql.org/issues/6072>`_ - Fixed DLL load failed while importing bcrypt.