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