1On NixOS we *want* stuff relative to symlinks.
2---
3--- a/src/common/exec.c
4+++ b/src/common/exec.c
5@@ -218,6 +218,8 @@
6 static int
7 resolve_symlinks(char *path)
8 {
9+ return 0;
10+
11 #ifdef HAVE_READLINK
12 struct stat buf;
13 char orig_wd[MAXPGPATH],