Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit 0926ef4

Browse files
committed
Remove postgres --help blurb about the removed -A option.
I missed this in 3bdcf6a. Noticed by Merlin Moncure Discussion: CAHyXU0yC7uPeeVzQROwtnrOP9dxTEUPYjB0og4qUnbipMEV57w@mail.gmail.com
1 parent 604f795 commit 0926ef4

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

src/backend/main/main.c

-3
Original file line numberDiff line numberDiff line change
@@ -284,9 +284,6 @@ help(const char *progname)
284284
printf(_("%s is the PostgreSQL server.\n\n"), progname);
285285
printf(_("Usage:\n %s [OPTION]...\n\n"), progname);
286286
printf(_("Options:\n"));
287-
#ifdef USE_ASSERT_CHECKING
288-
printf(_(" -A 1|0 enable/disable run-time assert checking\n"));
289-
#endif
290287
printf(_(" -B NBUFFERS number of shared buffers\n"));
291288
printf(_(" -c NAME=VALUE set run-time parameter\n"));
292289
printf(_(" -C NAME print value of run-time parameter, then exit\n"));

0 commit comments

Comments
 (0)