|
8 | 8 | *
|
9 | 9 | *
|
10 | 10 | * IDENTIFICATION
|
11 |
| - * $Header: /cvsroot/pgsql/src/backend/tcop/postgres.c,v 1.210 2001/03/13 01:17:06 tgl Exp $ |
| 11 | + * $Header: /cvsroot/pgsql/src/backend/tcop/postgres.c,v 1.211 2001/03/14 15:14:35 momjian Exp $ |
12 | 12 | *
|
13 | 13 | * NOTES
|
14 | 14 | * this is the "main" module of the postgres backend and
|
@@ -1034,7 +1034,7 @@ ProcessInterrupts(void)
|
1034 | 1034 | ProcDiePending= false;
|
1035 | 1035 | QueryCancelPending= false;/* ProcDie trumps QueryCancel */
|
1036 | 1036 | ImmediateInterruptOK= false;/* not idle anymore */
|
1037 |
| -elog(FATAL,"The system is shutting down"); |
| 1037 | +elog(FATAL,"This connection has been terminated by the administrator"); |
1038 | 1038 | }
|
1039 | 1039 | if (QueryCancelPending)
|
1040 | 1040 | {
|
@@ -1692,7 +1692,7 @@ PostgresMain(int argc, char *argv[], int real_argc, char *real_argv[], const cha
|
1692 | 1692 | if (!IsUnderPostmaster)
|
1693 | 1693 | {
|
1694 | 1694 | puts("\nPOSTGRES backend interactive interface ");
|
1695 |
| -puts("$Revision: 1.210 $ $Date: 2001/03/13 01:17:06 $\n"); |
| 1695 | +puts("$Revision: 1.211 $ $Date: 2001/03/14 15:14:35 $\n"); |
1696 | 1696 | }
|
1697 | 1697 |
|
1698 | 1698 | /*
|
|