|
8 | 8 | *
|
9 | 9 | *
|
10 | 10 | * IDENTIFICATION
|
11 |
| - * $Header: /cvsroot/pgsql/src/backend/tcop/postgres.c,v 1.309 2002/11/15 00:47:22 momjian Exp $ |
| 11 | + * $Header: /cvsroot/pgsql/src/backend/tcop/postgres.c,v 1.310 2002/11/19 17:21:40 momjian Exp $ |
12 | 12 | *
|
13 | 13 | * NOTES
|
14 | 14 | * this is the "main" module of the postgres backend and
|
@@ -1158,7 +1158,7 @@ ProcessInterrupts(void)
|
1158 | 1158 | QueryCancelPending= false;
|
1159 | 1159 | ImmediateInterruptOK= false;/* not idle anymore */
|
1160 | 1160 | DisableNotifyInterrupt();
|
1161 |
| -elog(ERROR,"Query wascancelled."); |
| 1161 | +elog(ERROR,"Query wascanceled."); |
1162 | 1162 | }
|
1163 | 1163 | /* If we get here, do nothing (probably, QueryCancelPending was reset) */
|
1164 | 1164 | }
|
@@ -1781,7 +1781,7 @@ PostgresMain(int argc, char *argv[], const char *username)
|
1781 | 1781 | if (!IsUnderPostmaster)
|
1782 | 1782 | {
|
1783 | 1783 | puts("\nPOSTGRES backend interactive interface ");
|
1784 |
| -puts("$Revision: 1.309 $ $Date: 2002/11/15 00:47:22 $\n"); |
| 1784 | +puts("$Revision: 1.310 $ $Date: 2002/11/19 17:21:40 $\n"); |
1785 | 1785 | }
|
1786 | 1786 |
|
1787 | 1787 | /*
|
|