pgsql: Do not eat memory even in case of an out-of-memory error. - Mailing list pgsql-committers

From [email protected] (Michael Meskes)
Subject pgsql: Do not eat memory even in case of an out-of-memory error.
Date
Msg-id [email protected]
Whole thread Raw
List pgsql-committers
Log Message:
-----------
Do not eat memory even in case of an out-of-memory error.

Modified Files:
--------------
    pgsql/src/interfaces/ecpg:
        ChangeLog (r1.389 -> r1.390)
        (http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/interfaces/ecpg/ChangeLog?r1=1.389&r2=1.390)
    pgsql/src/interfaces/ecpg/compatlib:
        informix.c (r1.55 -> r1.56)
        (http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/interfaces/ecpg/compatlib/informix.c?r1=1.55&r2=1.56)

pgsql-committers by date:

Previous
From: [email protected] (Tom Lane)
Date:
Subject: pgsql: Simplify ExecutorRun's API and save some trivial number of cycles
Next
From: [email protected] (Michael Meskes)
Date:
Subject: pgsql: Use string component in index structure.