palloc at outer loop? - Mailing list pgsql-hackers

From Tom Lane
Subject palloc at outer loop?
Date
Msg-id 2863.925001811@sss.pgh.pa.us
Whole thread Raw
List pgsql-hackers
Does anyone know offhand what are the implications of calling palloc()
in the backend's outer loop?  (That is, in postgres.c, but outside the
Start/CommitTransactionCommand calls?)  How long will such memory
remain allocated if not explicitly pfree'd?
        regards, tom lane


pgsql-hackers by date:

Previous
From: JP Rosevear
Date:
Subject: [Fwd: [HACKERS] typeidTypeRelid Error]
Next
From: Chris Bitmead
Date:
Subject: Efficiency of LIMIT ?