PostgreSQL client programs
Related: #1967918 Also discussed in Fedora bug #1905584 Some extensions require to build with libpq as well, but this might be a problem for the case server uses a private libpq, because extension would pull in another libpq.so into the same process. By adding new sub-packages private-libs and private-devel we can make sure only a single copy of libpq is used by server, including the extensions. Add dependency to libpq-devel to server-devel pkg if external libpq is used in order to let extensions not to care about what libpq the server uses. |
||
---|---|---|
tests | ||
.gitignore | ||
generate-pdf.sh | ||
generate-sources.sh | ||
hstore-plperl-data-dumper.patch | ||
Makefile.regress | ||
postgresql-12.5-contrib-dblink-expected-out.patch | ||
postgresql-bashprofile | ||
postgresql-external-libpq.patch | ||
postgresql-logging.patch | ||
postgresql-man.patch | ||
postgresql-no-libecpg.patch | ||
postgresql-server-pg_config.patch | ||
postgresql-var-run-socket.patch | ||
postgresql.pam | ||
postgresql.spec | ||
postgresql.tmpfiles.d | ||
rpm-pgsql.patch | ||
sources |