summaryrefslogtreecommitdiff
path: root/dev-db/postgresql/files/pg_ctl-exit-status.patch
diff options
context:
space:
mode:
Diffstat (limited to 'dev-db/postgresql/files/pg_ctl-exit-status.patch')
-rw-r--r--dev-db/postgresql/files/pg_ctl-exit-status.patch12
1 files changed, 0 insertions, 12 deletions
diff --git a/dev-db/postgresql/files/pg_ctl-exit-status.patch b/dev-db/postgresql/files/pg_ctl-exit-status.patch
deleted file mode 100644
index bbbd4498555d..000000000000
--- a/dev-db/postgresql/files/pg_ctl-exit-status.patch
+++ /dev/null
@@ -1,12 +0,0 @@
-diff -Naur a/src/bin/pg_ctl/pg_ctl.c b/src/bin/pg_ctl/pg_ctl.c
---- a/src/bin/pg_ctl/pg_ctl.c 2011-04-14 23:18:15 -0400
-+++ b/src/bin/pg_ctl/pg_ctl.c 2011-08-01 19:44:54 -0400
-@@ -975,7 +975,7 @@
- }
- }
- printf(_("%s: no server running\n"), progname);
-- exit(1);
-+ exit(3);
- }
-
-