*
*
* IDENTIFICATION
- * $Header: /cvsroot/pgsql/src/backend/tcop/postgres.c,v 1.215 2001/03/23 18:26:01 tgl Exp $
+ * $Header: /cvsroot/pgsql/src/backend/tcop/postgres.c,v 1.216 2001/03/26 16:59:38 momjian Exp $
*
* NOTES
* this is the "main" module of the postgres backend and
ProcDiePending = false;
QueryCancelPending = false; /* ProcDie trumps QueryCancel */
ImmediateInterruptOK = false; /* not idle anymore */
- elog(FATAL, "This connection has been terminated by an administrator");
+ elog(FATAL, "This connection has been terminated by the administrator");
}
if (QueryCancelPending)
{
if (!IsUnderPostmaster)
{
puts("\nPOSTGRES backend interactive interface ");
- puts("$Revision: 1.215 $ $Date: 2001/03/23 18:26:01 $\n");
+ puts("$Revision: 1.216 $ $Date: 2001/03/26 16:59:38 $\n");
}
/*