diff options
author | Ismaël Bouya <ismael.bouya@normalesup.org> | 2020-04-09 23:36:56 +0200 |
---|---|---|
committer | Ismaël Bouya <ismael.bouya@normalesup.org> | 2020-04-25 00:04:55 +0200 |
commit | bb7756f9d795efbea16309976337f9da7b473c58 (patch) | |
tree | bf628b687fa1676429e989574023dd2a04e200b6 /overlays/databases | |
parent | 1e9558437b62e99dac4ee14ca54b9bb8409066e8 (diff) | |
download | NUR-bb7756f9d795efbea16309976337f9da7b473c58.tar.gz NUR-bb7756f9d795efbea16309976337f9da7b473c58.tar.zst NUR-bb7756f9d795efbea16309976337f9da7b473c58.zip |
Remove unused patch
Diffstat (limited to 'overlays/databases')
-rw-r--r-- | overlays/databases/postgresql/postgresql_run_socket_path.patch | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/overlays/databases/postgresql/postgresql_run_socket_path.patch b/overlays/databases/postgresql/postgresql_run_socket_path.patch deleted file mode 100644 index b558c7b7..00000000 --- a/overlays/databases/postgresql/postgresql_run_socket_path.patch +++ /dev/null | |||
@@ -1,12 +0,0 @@ | |||
1 | diff -Naur postgresql-9.2.0.sockets/src/include/pg_config_manual.h postgresql-9.2.0/src/include/pg_config_manual.h | ||
2 | --- postgresql-9.2.0.sockets/src/include/pg_config_manual.h 2012-09-06 17:26:17.000000000 -0400 | ||
3 | +++ postgresql-9.2.0/src/include/pg_config_manual.h 2012-09-06 18:13:18.183092471 -0400 | ||
4 | @@ -144,7 +144,7 @@ | ||
5 | * here's where to twiddle it. You can also override this at runtime | ||
6 | * with the postmaster's -k switch. | ||
7 | */ | ||
8 | -#define DEFAULT_PGSOCKET_DIR "/tmp" | ||
9 | +#define DEFAULT_PGSOCKET_DIR "/run/postgresql" | ||
10 | |||
11 | /* | ||
12 | * The random() function is expected to yield values between 0 and | ||