Commit ab372244 authored by Bruce Momjian's avatar Bruce Momjian

Fix formatting of db crash.

parent eb0eadb9
...@@ -8,7 +8,7 @@ ...@@ -8,7 +8,7 @@
* *
* *
* IDENTIFICATION * IDENTIFICATION
* $Header: /cvsroot/pgsql/src/backend/tcop/postgres.c,v 1.203 2001/01/19 22:08:47 tgl Exp $ * $Header: /cvsroot/pgsql/src/backend/tcop/postgres.c,v 1.204 2001/01/24 14:32:32 momjian Exp $
* *
* NOTES * NOTES
* this is the "main" module of the postgres backend and * this is the "main" module of the postgres backend and
...@@ -906,9 +906,9 @@ quickdie(SIGNAL_ARGS) ...@@ -906,9 +906,9 @@ quickdie(SIGNAL_ARGS)
PG_SETMASK(&BlockSig); PG_SETMASK(&BlockSig);
elog(NOTICE, "Message from PostgreSQL backend:" elog(NOTICE, "Message from PostgreSQL backend:"
"\n\tThe Postmaster has informed me that some other backend" "\n\tThe Postmaster has informed me that some other backend"
" died abnormally and possibly corrupted shared memory." "\tdied abnormally and possibly corrupted shared memory."
"\n\tI have rolled back the current transaction and am" "\n\tI have rolled back the current transaction and am"
" going to terminate your database system connection and exit." "\tgoing to terminate your database system connection and exit."
"\n\tPlease reconnect to the database system and repeat your query."); "\n\tPlease reconnect to the database system and repeat your query.");
/* /*
...@@ -1680,7 +1680,7 @@ PostgresMain(int argc, char *argv[], int real_argc, char *real_argv[], const cha ...@@ -1680,7 +1680,7 @@ PostgresMain(int argc, char *argv[], int real_argc, char *real_argv[], const cha
if (!IsUnderPostmaster) if (!IsUnderPostmaster)
{ {
puts("\nPOSTGRES backend interactive interface "); puts("\nPOSTGRES backend interactive interface ");
puts("$Revision: 1.203 $ $Date: 2001/01/19 22:08:47 $\n"); puts("$Revision: 1.204 $ $Date: 2001/01/24 14:32:32 $\n");
} }
/* /*
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment