Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit ab37224

Browse files
committed
Fix formatting of db crash.
1 parent eb0eadb commit ab37224

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

src/backend/tcop/postgres.c

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
*
99
*
1010
* 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 $
1212
*
1313
* NOTES
1414
* this is the "main" module of the postgres backend and
@@ -906,9 +906,9 @@ quickdie(SIGNAL_ARGS)
906906
PG_SETMASK(&BlockSig);
907907
elog(NOTICE, "Message from PostgreSQL backend:"
908908
"\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."
910910
"\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."
912912
"\n\tPlease reconnect to the database system and repeat your query.");
913913

914914
/*
@@ -1680,7 +1680,7 @@ PostgresMain(int argc, char *argv[], int real_argc, char *real_argv[], const cha
16801680
if (!IsUnderPostmaster)
16811681
{
16821682
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");
16841684
}
16851685

16861686
/*

0 commit comments

Comments
 (0)