orafce - orafce: Fix memory management in ora_salloc(). - Mailing list pgsql-committers

From hlinnaka@pgfoundry.org (User Hlinnaka)
Subject orafce - orafce: Fix memory management in ora_salloc().
Date
Msg-id 20100505114418.6FBF310715CD@pgfoundry.org
Whole thread Raw
List pgsql-committers
Log Message:
-----------
Fix memory management in ora_salloc(). Calling ora_salloc() repeatedly
until out-of-memory used to crash sometimes, because we failed to
reinitialize min_max and select variables after defragmentation.
Defragmentation could render the old values invalid.

Modified Files:
--------------
    orafce:
        shmmc.c (r1.15 -> r1.16)
        (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/orafce/orafce/shmmc.c?r1=1.15&r2=1.16)

pgsql-committers by date:

Previous
From: tgl@postgresql.org (Tom Lane)
Date:
Subject: pgsql: Fix backpatching error in recent patch for ALTER USER f RESET ALL
Next
From: Alvaro Herrera
Date:
Subject: Re: pgsql: Fix backpatching error in recent patch for ALTER USER f RESET ALL