Restore support for PgSQL 9.4 and below master
authorSloane Bernstein <sloane@cpanel.net>
Tue, 16 Feb 2021 22:19:09 +0000 (16:19 -0600)
committerRobert Treat <xzilla@users.noreply.github.com>
Wed, 17 Feb 2021 07:10:20 +0000 (02:10 -0500)
commitf3171e923185c3add7c080ec0690233267c220f6
tree2acd476c3ee0292a8b2aa3d93fa12e5be9cc9e73
parente2aa8f687573104d492311b5853c25a5dce71973
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.
classes/database/Postgres94.php