pgsql: Add comment about memory failure of get_progname exiting the - Mailing list pgsql-committers

From momjian@svr1.postgresql.org (Bruce Momjian)
Subject pgsql: Add comment about memory failure of get_progname exiting the
Date
Msg-id 20041102030911.828513A47DE@svr1.postgresql.org
Whole thread Raw
List pgsql-committers
Log Message:
-----------
Add comment about memory failure of get_progname exiting the postmaster:

            exit(1);    /* This could exit the postmaster */

Modified Files:
--------------
    pgsql/src/port:
        path.c (r1.40 -> r1.41)
        (http://developer.postgresql.org/cvsweb.cgi/pgsql/src/port/path.c.diff?r1=1.40&r2=1.41)

pgsql-committers by date:

Previous
From: tgl@svr1.postgresql.org (Tom Lane)
Date:
Subject: pgsql: timestamptz_trunc() should only recalculate the timezone when
Next
From: momjian@svr1.postgresql.org (Bruce Momjian)
Date:
Subject: pgsql: Add comment to postmaster.c that get_progname() will call exit if