|
7 | 7 | * |
8 | 8 | * |
9 | 9 | * IDENTIFICATION |
10 | | - * $Header: /cvsroot/pgsql/src/backend/tcop/postgres.c,v 1.132 1999/10/0804:28:45 momjian Exp $ |
| 10 | + * $Header: /cvsroot/pgsql/src/backend/tcop/postgres.c,v 1.133 1999/10/0805:27:14 momjian Exp $ |
11 | 11 | * |
12 | 12 | * NOTES |
13 | 13 | * this is the "main" module of the postgres backend and |
@@ -1023,19 +1023,11 @@ PostgresMain(int argc, char *argv[], int real_argc, char *real_argv[]) |
1023 | 1023 | if (DebugLvl >=2) |
1024 | 1024 | DebugPrintQuery= true; |
1025 | 1025 | if (DebugLvl >=3) |
1026 | | -DebugPrintQuery= true ; |
1027 | | -if (DebugLvl >=4) |
1028 | | -{ |
1029 | 1026 | DebugPrintParse= true; |
| 1027 | +if (DebugLvl >=4) |
1030 | 1028 | DebugPrintPlan= true; |
1031 | | -DebugPrintRewrittenParsetree= true; |
1032 | | -} |
1033 | 1029 | if (DebugLvl >=5) |
1034 | | -{ |
1035 | | -DebugPPrintParse= true; |
1036 | | -DebugPPrintPlan= true; |
1037 | 1030 | DebugPPrintRewrittenParsetree= true; |
1038 | | -} |
1039 | 1031 | break; |
1040 | 1032 |
|
1041 | 1033 | case'E': |
@@ -1508,7 +1500,7 @@ PostgresMain(int argc, char *argv[], int real_argc, char *real_argv[]) |
1508 | 1500 | if (!IsUnderPostmaster) |
1509 | 1501 | { |
1510 | 1502 | puts("\nPOSTGRES backend interactive interface "); |
1511 | | -puts("$Revision: 1.132 $ $Date: 1999/10/0804:28:45 $\n"); |
| 1503 | +puts("$Revision: 1.133 $ $Date: 1999/10/0805:27:14 $\n"); |
1512 | 1504 | } |
1513 | 1505 |
|
1514 | 1506 | /* |
|