pgsql: Doh --- what's really happening on buildfarm member grebe is that - Mailing list pgsql-committers

From tgl@postgresql.org (Tom Lane)
Subject pgsql: Doh --- what's really happening on buildfarm member grebe is that
Date
Msg-id 20070922043753.A775D753E4C@cvs.postgresql.org
Whole thread Raw
List pgsql-committers
Log Message:
-----------
Doh --- what's really happening on buildfarm member grebe is that its
malloc returns NULL for malloc(0).  Defend against that case.

Modified Files:
--------------
    pgsql/src/backend/utils/adt:
        regexp.c (r1.74 -> r1.75)
        (http://developer.postgresql.org/cvsweb.cgi/pgsql/src/backend/utils/adt/regexp.c?r1=1.74&r2=1.75)

pgsql-committers by date:

Previous
From: adunstan@postgresql.org (Andrew Dunstan)
Date:
Subject: pgsql: Go back to using a separate method for doing ILIKE for single
Next
From: tgl@postgresql.org (Tom Lane)
Date:
Subject: pgsql: Although I'd misdiagnosed the reason for the recent failures on