[PATCH 2/2] use pg_malloc instead of an unchecked malloc in pg_resetxlog

From: Andres Freund <andres(at)2ndquadrant(dot)com>
To: pgsql-hackers(at)postgresql(dot)org
Subject: [PATCH 2/2] use pg_malloc instead of an unchecked malloc in pg_resetxlog
Date: 2013-01-09 11:27:10
Message-ID: 1357730830-25999-3-git-send-email-andres@2ndquadrant.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

---
src/bin/pg_resetxlog/pg_resetxlog.c | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)

Attachment Content-Type Size
0002-use-pg_malloc-instead-of-an-unchecked-malloc-in-pg_r.patch text/x-patch 914 bytes

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Peter Eisentraut 2013-01-09 11:28:32 information schema parameter_default implementation
Previous Message Andres Freund 2013-01-09 11:27:09 [PATCH 1/2] Provide a common malloc wrappers and palloc et al. emulation for frontend'ish environs