|
8 | 8 | * |
9 | 9 | * |
10 | 10 | * IDENTIFICATION |
11 | | - * $Header: /cvsroot/pgsql/src/backend/tcop/postgres.c,v 1.216 2001/03/2616:59:38 momjian Exp $ |
| 11 | + * $Header: /cvsroot/pgsql/src/backend/tcop/postgres.c,v 1.217 2001/03/2617:00:54 momjian Exp $ |
12 | 12 | * |
13 | 13 | * NOTES |
14 | 14 | * this is the "main" module of the postgres backend and |
@@ -1037,7 +1037,7 @@ ProcessInterrupts(void) |
1037 | 1037 | ProcDiePending= false; |
1038 | 1038 | QueryCancelPending= false;/* ProcDie trumps QueryCancel */ |
1039 | 1039 | ImmediateInterruptOK= false;/* not idle anymore */ |
1040 | | -elog(FATAL,"This connection has been terminated by the administrator"); |
| 1040 | +elog(FATAL,"This connection has been terminated by the administrator."); |
1041 | 1041 | } |
1042 | 1042 | if (QueryCancelPending) |
1043 | 1043 | { |
@@ -1703,7 +1703,7 @@ PostgresMain(int argc, char *argv[], int real_argc, char *real_argv[], const cha |
1703 | 1703 | if (!IsUnderPostmaster) |
1704 | 1704 | { |
1705 | 1705 | puts("\nPOSTGRES backend interactive interface "); |
1706 | | -puts("$Revision: 1.216 $ $Date: 2001/03/2616:59:38 $\n"); |
| 1706 | +puts("$Revision: 1.217 $ $Date: 2001/03/2617:00:54 $\n"); |
1707 | 1707 | } |
1708 | 1708 |
|
1709 | 1709 | /* |
|