nixpkgs/pkgs/servers/sql/postgresql
Oliver Charles 912a825d1e Disable exec symlink resolution for PostgreSQL 9.2
When building PostgreSQL with plugins under NixOS, NixOS will create a
postgresql-and-plugins directory which symlinks PostgreSQL and all the plugins
into a single directory. Unfortunately, the plugins will not actually be usable
by PostgreSQL because it will still try and locate them in the original
PostgreSQL share directory, not postgresql-and-plugins.

In this commit, I have patched resolve_symlinks to always return success, which
matches the behavior if HAVE_READLINK is false (so presumably invalid paths are
never passed to this function).
2013-06-27 14:09:39 +01:00
..
jdbc postgresql-jdbc: Update to 9.1-902 2012-08-27 14:02:39 -04:00
psqlodbc Add psqlodbc for iodbc 2012-10-09 14:02:09 -04:00
8.3.x.nix postgresql: Update to latest versions 2013-02-07 16:37:12 +01:00
8.4.x.nix postgresql: Update to latest versions 2013-04-04 15:45:48 +02:00
9.0.x.nix postgresql: Update to latest versions 2013-04-04 15:45:48 +02:00
9.1.x.nix postgresql: Update to latest versions 2013-04-04 15:45:48 +02:00
9.2.x.nix Disable exec symlink resolution for PostgreSQL 9.2 2013-06-27 14:09:39 +01:00
disable-resolve_symlinks.patch Disable exec symlink resolution for PostgreSQL 9.2 2013-06-27 14:09:39 +01:00