aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAaron W. Swenson <titanofold@gentoo.org>2012-05-20 11:38:29 -0400
committerAaron W. Swenson <titanofold@gentoo.org>2012-05-20 11:38:29 -0400
commit3187e5643721f9666a8ac69859a4a340967e197c (patch)
treec69c18b55f1589a9f1404d9b230de748181f91a1
parentInitial commit for 9.2. (diff)
downloadpatches-3187e5643721f9666a8ac69859a4a340967e197c.tar.gz
patches-3187e5643721f9666a8ac69859a4a340967e197c.tar.bz2
patches-3187e5643721f9666a8ac69859a4a340967e197c.zip
Commited upstream.
-rw-r--r--pg_ctl-exit-status.patch12
1 files changed, 0 insertions, 12 deletions
diff --git a/pg_ctl-exit-status.patch b/pg_ctl-exit-status.patch
deleted file mode 100644
index 6f78167..0000000
--- a/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-08-18 17:23:13.000000000 -0400
-+++ b/src/bin/pg_ctl/pg_ctl.c 2011-08-27 17:18:26.424185561 -0400
-@@ -1184,7 +1184,7 @@
- }
- }
- printf(_("%s: no server running\n"), progname);
-- exit(1);
-+ exit(3);
- }
-
-