Branch: refs/heads/master Home: https://github.com/pgadmin-org/pgadmin4 Commit: 94d6b85d721a775914600443df6887034074b8cc https://github.com/pgadmin-org/pgadmin4/commit/94d6b85d721a775914600443df6887034074b8cc Author: Dave Page <dp...@pgadmin.org> Date: 2022-12-22 (Thu, 22 Dec 2022)
Changed paths: M pkg/debian/build.sh M pkg/redhat/build.sh Log Message: ----------- Include libpq development packages in the repos. (#5667) While we're at it: - Automatically find the latest PostgreSQL installation on EL/Fedora - Use libpq5 on EL/Fedora, not postgresql-libs. Fixes #5650