PostgreSQL client programs
Go to file
Honza Horak 4663183844 Build with a private libpq
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.
2021-06-16 16:04:32 +02:00
tests RHEL 9.0.0 Alpha bootstrap 2020-10-14 16:28:02 -07:00
.gitignore RHEL 9.0.0 Alpha bootstrap 2020-10-14 16:28:02 -07:00
Makefile.regress RHEL 9.0.0 Alpha bootstrap 2020-10-14 16:28:02 -07:00
generate-pdf.sh RHEL 9.0.0 Alpha bootstrap 2020-10-14 16:28:02 -07:00
generate-sources.sh RHEL 9.0.0 Alpha bootstrap 2020-10-14 16:28:02 -07:00
hstore-plperl-data-dumper.patch RHEL 9.0.0 Alpha bootstrap 2020-10-14 16:28:02 -07:00
postgresql-12.5-contrib-dblink-expected-out.patch Merged update from upstream sources 2021-01-28 11:34:00 +00:00
postgresql-bashprofile RHEL 9.0.0 Alpha bootstrap 2020-10-14 16:28:02 -07:00
postgresql-external-libpq.patch RHEL 9.0.0 Alpha bootstrap 2020-10-14 16:28:02 -07:00
postgresql-logging.patch RHEL 9.0.0 Alpha bootstrap 2020-10-14 16:28:02 -07:00
postgresql-man.patch Merged update from upstream sources 2021-02-16 22:05:37 +00:00
postgresql-no-libecpg.patch Build with a private libpq 2021-06-16 16:04:32 +02:00
postgresql-server-pg_config.patch Merged update from upstream sources 2021-02-16 22:05:37 +00:00
postgresql-var-run-socket.patch Merged update from upstream sources 2021-02-16 22:05:37 +00:00
postgresql.pam RHEL 9.0.0 Alpha bootstrap 2020-10-14 16:28:02 -07:00
postgresql.spec Build with a private libpq 2021-06-16 16:04:32 +02:00
postgresql.tmpfiles.d Merged update from upstream sources 2021-02-16 22:05:37 +00:00
rpm-pgsql.patch RHEL 9.0.0 Alpha bootstrap 2020-10-14 16:28:02 -07:00
sources Update to 13.3 2021-06-16 15:43:25 +02:00