Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 604f795 commit 0926ef4Copy full SHA for 0926ef4
src/backend/main/main.c
@@ -284,9 +284,6 @@ help(const char *progname)
284
printf(_("%s is the PostgreSQL server.\n\n"), progname);
285
printf(_("Usage:\n %s [OPTION]...\n\n"), progname);
286
printf(_("Options:\n"));
287
-#ifdef USE_ASSERT_CHECKING
288
- printf(_(" -A 1|0 enable/disable run-time assert checking\n"));
289
-#endif
290
printf(_(" -B NBUFFERS number of shared buffers\n"));
291
printf(_(" -c NAME=VALUE set run-time parameter\n"));
292
printf(_(" -C NAME print value of run-time parameter, then exit\n"));
0 commit comments