Added flag in runtime to disable GPU hardware acceleration. Fixes #6916

This commit is contained in:
Nikhil Mohite
2022-01-13 13:01:40 +05:30
committed by Akshay Joshi
parent 4787de6968
commit 40fa1aff6b
2 changed files with 2 additions and 1 deletions

View File

@@ -17,5 +17,6 @@ Housekeeping
Bug fixes
*********
| `Issue #6916 <https://redmine.postgresql.org/issues/6916>`_ - Added flag in runtime to disable GPU hardware acceleration.
| `Issue #7085 <https://redmine.postgresql.org/issues/7085>`_ - Ensure that Partitioned tables should be visible correctly when creating multiple partition levels.
| `Issue #7100 <https://redmine.postgresql.org/issues/7100>`_ - Fixed an issue where the Browser tree gets disappears when scrolling sequences.