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.
1 parent d3cf15d commit 1a05596Copy full SHA for 1a05596
src/backend/main/main.c
@@ -352,7 +352,7 @@ help(const char *progname)
352
printf(_(" -?, --help show this help, then exit\n"));
353
354
printf(_("\nDeveloper options:\n"));
355
- printf(_(" -f s|i|n|m|h forbid use of some plan types\n"));
+ printf(_(" -f s|i|o|b|t|n|m|h forbid use of some plan types\n"));
356
printf(_(" -n do not reinitialize shared memory after abnormal exit\n"));
357
printf(_(" -O allow system table structure changes\n"));
358
printf(_(" -P disable system indexes\n"));
0 commit comments