Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndres Freund2014-09-22 14:50:40 +0000
committerAndres Freund2014-09-22 15:54:34 +0000
commit0926ef43c160cc8334d3e86f364bf9a7aa2da43f (patch)
treea5aea4a17b369fd5463be806bd6a8892106d09b8 /src/backend
parent604f7956b9460192222dd37bd3baea24cb669a47 (diff)
Remove postgres --help blurb about the removed -A option.
I missed this in 3bdcf6a5a755503. Noticed by Merlin Moncure Discussion: CAHyXU0yC7uPeeVzQROwtnrOP9dxTEUPYjB0og4qUnbipMEV57w@mail.gmail.com
Diffstat (limited to 'src/backend')
-rw-r--r--src/backend/main/main.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/backend/main/main.c b/src/backend/main/main.c
index c1116e0f15d..413c9823c34 100644
--- a/src/backend/main/main.c
+++ b/src/backend/main/main.c
@@ -284,9 +284,6 @@ help(const char *progname)
printf(_("%s is the PostgreSQL server.\n\n"), progname);
printf(_("Usage:\n %s [OPTION]...\n\n"), progname);
printf(_("Options:\n"));
-#ifdef USE_ASSERT_CHECKING
- printf(_(" -A 1|0 enable/disable run-time assert checking\n"));
-#endif
printf(_(" -B NBUFFERS number of shared buffers\n"));
printf(_(" -c NAME=VALUE set run-time parameter\n"));
printf(_(" -C NAME print value of run-time parameter, then exit\n"));