pgsql: Free buffer allocated via malloc (process is short-lived, but fix

From: momjian(at)svr1(dot)postgresql(dot)org (Bruce Momjian)
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Free buffer allocated via malloc (process is short-lived, but fix
Date: 2005-06-09 22:36:27
Message-ID: 20050609223627.EF29552881@svr1.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Log Message:
-----------
Free buffer allocated via malloc (process is short-lived, but fix it anyway).

Modified Files:
--------------
pgsql/src/backend/access/transam:
xlog.c (r1.198 -> r1.199)
(http://developer.postgresql.org/cvsweb.cgi/pgsql/src/backend/access/transam/xlog.c.diff?r1=1.198&r2=1.199)

Browse pgsql-committers by date

  From Date Subject
Next Message Bruce Momjian 2005-06-09 23:28:10 pgsql: This patch shows the full path name when doing a \s in psql, if
Previous Message Bruce Momjian 2005-06-09 22:35:24 pgsql: Mention prefix %t has no milliseconds.