Thread: palloc at outer loop?

palloc at outer loop?

From
Tom Lane
Date:
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