From: Sloane B. <no...@gi...> - 2021-02-17 07:10:53
|
Branch: refs/heads/master Home: https://github.com/phppgadmin/phppgadmin Commit: f3171e923185c3add7c080ec0690233267c220f6 https://github.com/phppgadmin/phppgadmin/commit/f3171e923185c3add7c080ec0690233267c220f6 Author: Sloane Bernstein <sl...@cp...> Date: 2021-02-17 (Wed, 17 Feb 2021) Changed paths: M classes/database/Postgres94.php Log Message: ----------- Restore support for PgSQL 9.4 and below The addition of support for PostgreSQL 9.6 and above neglected to change the `Postgres94` class to inherit from `Postgres95` instead of the latest `Postgres` class. This change restores the chain of inheritance, so that `Postgres94` and classes below see overridden methods from `Postgres95` and above. |