pgsql: Fix our version of strdup() to adhere to the standard semantics - Mailing list pgsql-committers

From tgl@svr1.postgresql.org (Tom Lane)
Subject pgsql: Fix our version of strdup() to adhere to the standard semantics
Date
Msg-id 20050927045324.29E42D979C@svr1.postgresql.org
Whole thread Raw
List pgsql-committers
Log Message:
-----------
Fix our version of strdup() to adhere to the standard semantics for
out-of-memory --- that is, return NULL rather than dumping core.
Noted by Qingqing Zhou.

Modified Files:
--------------
    pgsql/src/port:
        strdup.c (r1.7 -> r1.8)
        (http://developer.postgresql.org/cvsweb.cgi/pgsql/src/port/strdup.c.diff?r1=1.7&r2=1.8)

pgsql-committers by date:

Previous
From: tgl@svr1.postgresql.org (Tom Lane)
Date:
Subject: pgsql: Create preliminary release notes for upcoming back-branch
Next
From: andrewd@pgfoundry.org (User Andrewd)
Date:
Subject: pgbuildfarm - client-code: restore reporting for failures at CVS stage