nixpkgs/nixos/doc/manual
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
..
administration Merge pull request #300705 from JulienMalka/official-wiki 2024-04-01 18:59:20 +02:00
configuration treewide: fix doc typos 2024-07-26 00:55:13 +02:00
development treewide: fix doc typos 2024-07-26 00:55:13 +02:00
installation remove NIX_PATH from nixos-install step 2024-08-03 18:07:41 +02:00
release-notes postgresql: split dev output 2024-08-23 21:37:49 +02:00
common.nix
contributing-to-this-manual.chapter.md doc: Update manuals bespoke syntax 2024-01-25 16:33:35 +01:00
default.nix doc: Use substitute --replace-fail in manuals 2024-05-02 23:19:15 +02:00
manual.md
nixos-options.md
preface.md
README.md
shell.nix web-devmode: call as package 2024-07-26 13:43:59 -07:00