|
8 | 8 | * |
9 | 9 | * |
10 | 10 | * IDENTIFICATION |
11 | | - * $Header: /cvsroot/pgsql/src/backend/tcop/postgres.c,v 1.360 2003/08/13 16:16:23 tgl Exp $ |
| 11 | + * $Header: /cvsroot/pgsql/src/backend/tcop/postgres.c,v 1.361 2003/08/26 15:38:24 tgl Exp $ |
12 | 12 | * |
13 | 13 | * NOTES |
14 | 14 | * this is the "main" module of the postgres backend and |
@@ -1978,7 +1978,7 @@ usage(char *progname) |
1978 | 1978 | #ifdefUSE_ASSERT_CHECKING |
1979 | 1979 | printf(" -A 1|0 enable/disable run-time assert checking\n"); |
1980 | 1980 | #endif |
1981 | | -printf(" -B NBUFFERS number of shared buffers (default %d)\n",DEF_NBUFFERS); |
| 1981 | +printf(" -B NBUFFERS number of shared buffers\n"); |
1982 | 1982 | printf(" -c NAME=VALUE set run-time parameter\n"); |
1983 | 1983 | printf(" -d 0-5 debugging level (0 is off)\n"); |
1984 | 1984 | printf(" -D DATADIR database directory\n"); |
@@ -2651,7 +2651,7 @@ PostgresMain(int argc, char *argv[], const char *username) |
2651 | 2651 | if (!IsUnderPostmaster) |
2652 | 2652 | { |
2653 | 2653 | puts("\nPOSTGRES backend interactive interface "); |
2654 | | -puts("$Revision: 1.360 $ $Date: 2003/08/13 16:16:23 $\n"); |
| 2654 | +puts("$Revision: 1.361 $ $Date: 2003/08/26 15:38:24 $\n"); |
2655 | 2655 | } |
2656 | 2656 |
|
2657 | 2657 | /* |
|