Fix formatting of db crash.
authorBruce Momjian <bruce@momjian.us>
Wed, 24 Jan 2001 14:32:32 +0000 (14:32 +0000)
committerBruce Momjian <bruce@momjian.us>
Wed, 24 Jan 2001 14:32:32 +0000 (14:32 +0000)
src/backend/tcop/postgres.c

index 2d9f0c8c4e4468f632c5a5ae5adb5fd66b97f15e..c1d66a1d766fcf2f268aed8fba4425ebd7e203a3 100644 (file)
@@ -906,9 +906,9 @@ quickdie(SIGNAL_ARGS)
        PG_SETMASK(&BlockSig);
        elog(NOTICE, "Message from PostgreSQL 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"
-                " 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.");
 
        /*
@@ -1680,7 +1680,7 @@ PostgresMain(int argc, char *argv[], int real_argc, char *real_argv[], const cha
        if (!IsUnderPostmaster)
        {
                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");
        }
 
        /*