|
8 | 8 | * |
9 | 9 | * |
10 | 10 | * IDENTIFICATION |
11 | | - * $Header: /cvsroot/pgsql/src/backend/tcop/postgres.c,v 1.203 2001/01/19 22:08:47 tgl Exp $ |
| 11 | + * $Header: /cvsroot/pgsql/src/backend/tcop/postgres.c,v 1.204 2001/01/24 14:32:32 momjian Exp $ |
12 | 12 | * |
13 | 13 | * NOTES |
14 | 14 | * this is the "main" module of the postgres backend and |
@@ -906,9 +906,9 @@ quickdie(SIGNAL_ARGS) |
906 | 906 | PG_SETMASK(&BlockSig); |
907 | 907 | elog(NOTICE,"Message from PostgreSQL backend:" |
908 | 908 | "\n\tThe Postmaster has informed me that some other backend" |
909 | | -" died abnormally and possibly corrupted shared memory." |
| 909 | +"\tdied abnormally and possibly corrupted shared memory." |
910 | 910 | "\n\tI have rolled back the current transaction and am" |
911 | | -" going to terminate your database system connection and exit." |
| 911 | +"\tgoing to terminate your database system connection and exit." |
912 | 912 | "\n\tPlease reconnect to the database system and repeat your query."); |
913 | 913 |
|
914 | 914 | /* |
@@ -1680,7 +1680,7 @@ PostgresMain(int argc, char *argv[], int real_argc, char *real_argv[], const cha |
1680 | 1680 | if (!IsUnderPostmaster) |
1681 | 1681 | { |
1682 | 1682 | puts("\nPOSTGRES backend interactive interface "); |
1683 | | -puts("$Revision: 1.203 $ $Date: 2001/01/19 22:08:47 $\n"); |
| 1683 | +puts("$Revision: 1.204 $ $Date: 2001/01/24 14:32:32 $\n"); |
1684 | 1684 | } |
1685 | 1685 |
|
1686 | 1686 | /* |
|