nixpkgs/pkgs/servers/sql/postgresql/patches
Wolfgang Walther 435f51c37f
postgresql: split dev output
This splits a dev output to make the default output not depend on any
build dependencies anymore. This also avoids removing references from
pgxs' Makefile this way, which should, at least theoretically, be good
to build extensions via pgxs, making sure they use the same tooling.

ecpg is the "embedded SQL C preprocessor", which is certainly a dev
tool.

Most important, for closure size anyway, is to move pg_config to the dev
output, since it retains paths to all the other outputs.

The only thing with references to the dev output remaining is then the
postgres binary itself. It contains all the output paths, because it
shows those in the pg_config system view. There is no other way than
to nuke those references to avoid circular dependencies between outputs
- and blowing up closure size again.
2024-08-23 21:37:49 +02:00
..
empty-pg-config-view-15+.patch postgresql: split dev output 2024-08-23 21:37:49 +02:00
empty-pg-config-view.patch postgresql: split dev output 2024-08-23 21:37:49 +02:00
export-dynamic-darwin-15-.patch postgresql: move libecpq to lib output 2024-08-23 21:37:49 +02:00
less-is-more.patch postgresql: clean up patches 2024-04-04 08:41:18 +02:00
locale-binary-path.patch postgresql: clean up patches 2024-04-04 08:41:18 +02:00
paths-for-split-outputs.patch postgresql: split dev output 2024-08-23 21:37:49 +02:00
paths-with-postgresql-suffix.patch postgresql: rename patches 2024-04-04 08:41:18 +02:00
relative-to-symlinks-16+.patch postgresql: rename patches 2024-04-04 08:41:18 +02:00
relative-to-symlinks.patch postgresql: rename patches 2024-04-04 08:41:18 +02:00
socketdir-in-run-13+.patch postgresql: rename patches 2024-04-04 08:41:18 +02:00
socketdir-in-run.patch postgresql: clean up patches 2024-04-04 08:41:18 +02:00