pgsql: Short-circuit AllocSetReset if nothing has been palloc'd in the - Mailing list pgsql-committers

From tgl@svr1.postgresql.org (Tom Lane)
Subject pgsql: Short-circuit AllocSetReset if nothing has been palloc'd in the
Date
Msg-id 20050901181542.0C388D86E6@svr1.postgresql.org
Whole thread Raw
List pgsql-committers
Log Message:
-----------
Short-circuit AllocSetReset if nothing has been palloc'd in the memory
context since the previous AllocSetReset.  Original patch by Atsushi Ogawa,
editorialized on a little bit by Tom Lane.

Modified Files:
--------------
    pgsql/src/backend/utils/mmgr:
        aset.c (r1.62 -> r1.63)
        (http://developer.postgresql.org/cvsweb.cgi/pgsql/src/backend/utils/mmgr/aset.c.diff?r1=1.62&r2=1.63)

pgsql-committers by date:

Previous
From: momjian@svr1.postgresql.org (Bruce Momjian)
Date:
Subject: pgsql: Update disk space computation because oids are now optional.
Next
From: tgl@svr1.postgresql.org (Tom Lane)
Date:
Subject: pgsql: Update storage.sgml to reflect current reality.